Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
SparkSQL |
SparkSQL.clone() |
SparkSQL |
CodeGenConfigurationNode.getSparkSQL()
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.
|
SparkSQL |
SparkSQL.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
SparkSQL |
SparkSQL.withInputs(String... inputs)
The data inputs identified by their node names.
|
SparkSQL |
SparkSQL.withName(String name)
The name of the transform node.
|
SparkSQL |
SparkSQL.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
SparkSQL |
SparkSQL.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the SparkSQL transform.
|
SparkSQL |
SparkSQL.withSqlAliases(Collection<SqlAlias> sqlAliases)
A list of aliases.
|
SparkSQL |
SparkSQL.withSqlAliases(SqlAlias... sqlAliases)
A list of aliases.
|
SparkSQL |
SparkSQL.withSqlQuery(String sqlQuery)
A SQL query that must use Spark SQL syntax and return a single data set.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setSparkSQL(SparkSQL sparkSQL)
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withSparkSQL(SparkSQL sparkSQL)
Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.
|
Copyright © 2022. All rights reserved.