public class PreScala213SparkSqlUtils extends SparkSqlUtils
| Constructor and Description |
|---|
PreScala213SparkSqlUtils() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.sql.catalyst.encoders.ExpressionEncoder<Row> |
createExpressionEncoder(org.apache.spark.sql.types.StructType schema) |
org.apache.spark.sql.catalyst.InternalRow |
rowToInternalRow(Row row) |
boolean |
supportsScalaVersion(String scalaVersion) |
static scala.collection.Seq<org.apache.spark.sql.catalyst.expressions.AttributeReference> |
toAttributes(org.apache.spark.sql.types.StructType schema212) |
getInstancepublic boolean supportsScalaVersion(String scalaVersion)
supportsScalaVersion in class SparkSqlUtilspublic org.apache.spark.sql.catalyst.InternalRow rowToInternalRow(Row row)
rowToInternalRow in class SparkSqlUtilspublic org.apache.spark.sql.catalyst.encoders.ExpressionEncoder<Row> createExpressionEncoder(org.apache.spark.sql.types.StructType schema)
createExpressionEncoder in class SparkSqlUtilspublic static scala.collection.Seq<org.apache.spark.sql.catalyst.expressions.AttributeReference> toAttributes(org.apache.spark.sql.types.StructType schema212)
Copyright © 2024. All rights reserved.