Package org.apache.spark.sql.errors
Interface DataTypeErrorsBase
- All Known Subinterfaces:
CompilationErrors,ExecutionErrors,QueryErrorsBase
public interface DataTypeErrorsBase
-
Method Summary
Modifier and TypeMethodDescriptiongetQueryContext(QueryContext context) getSummary(QueryContext sqlContext) quoteByDefault(String elem) toSQLType(org.apache.spark.sql.types.AbstractDataType t) toSQLValue(double value) toSQLValue(float value) toSQLValue(int value) toSQLValue(long value) toSQLValue(short value) toSQLValue(String value) toSQLValue(org.apache.spark.unsafe.types.UTF8String value)
-
Method Details
-
getQueryContext
-
getSummary
-
quoteByDefault
-
toSQLConf
-
toSQLId
-
toSQLId
-
toSQLStmt
-
toSQLType
-
toSQLType
-
toSQLValue
-
toSQLValue
-
toSQLValue
-
toSQLValue
-
toSQLValue
-
toSQLValue
-
toSQLValue
-