Uses of Class
software.amazon.awssdk.services.glue.model.SparkSQL
-
Packages that use SparkSQL Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SparkSQL in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SparkSQL Modifier and Type Method Description SparkSQLCodeGenConfigurationNode. sparkSQL()Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.Methods in software.amazon.awssdk.services.glue.model with parameters of type SparkSQL Modifier and Type Method Description CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. sparkSQL(SparkSQL sparkSQL)Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data.
-