public interface DataTypeErrorsBase
Modifier and Type | Method and Description |
---|---|
QueryContext[] |
getQueryContext(org.apache.spark.sql.catalyst.trees.SQLQueryContext sqlContext) |
String |
getSummary(org.apache.spark.sql.catalyst.trees.SQLQueryContext sqlContext) |
String |
quoteByDefault(String elem) |
String |
toSQLConf(String conf) |
String |
toSQLId(scala.collection.Seq<String> parts) |
String |
toSQLId(String parts) |
String |
toSQLStmt(String text) |
String |
toSQLType(org.apache.spark.sql.types.AbstractDataType t) |
String |
toSQLType(String text) |
String |
toSQLValue(double value) |
String |
toSQLValue(float value) |
String |
toSQLValue(int value) |
String |
toSQLValue(long value) |
String |
toSQLValue(short value) |
String |
toSQLValue(String value) |
String |
toSQLValue(org.apache.spark.unsafe.types.UTF8String value) |
QueryContext[] getQueryContext(org.apache.spark.sql.catalyst.trees.SQLQueryContext sqlContext)
String getSummary(org.apache.spark.sql.catalyst.trees.SQLQueryContext sqlContext)
String quoteByDefault(String elem)
String toSQLConf(String conf)
String toSQLId(String parts)
String toSQLId(scala.collection.Seq<String> parts)
String toSQLStmt(String text)
String toSQLType(String text)
String toSQLType(org.apache.spark.sql.types.AbstractDataType t)
String toSQLValue(String value)
String toSQLValue(org.apache.spark.unsafe.types.UTF8String value)
String toSQLValue(short value)
String toSQLValue(int value)
String toSQLValue(long value)
String toSQLValue(float value)
String toSQLValue(double value)