Interface DataTypeErrorsBase

All Known Subinterfaces:
CompilationErrors, ExecutionErrors, QueryErrorsBase

public interface DataTypeErrorsBase
  • Method Details

    • getQueryContext

      QueryContext[] getQueryContext(org.apache.spark.sql.catalyst.trees.SQLQueryContext sqlContext)
    • getSummary

      String getSummary(org.apache.spark.sql.catalyst.trees.SQLQueryContext sqlContext)
    • quoteByDefault

      String quoteByDefault(String elem)
    • toSQLConf

      String toSQLConf(String conf)
    • toSQLId

      String toSQLId(String parts)
    • toSQLId

      String toSQLId(scala.collection.Seq<String> parts)
    • toSQLStmt

      String toSQLStmt(String text)
    • toSQLType

      String toSQLType(String text)
    • toSQLType

      String toSQLType(org.apache.spark.sql.types.AbstractDataType t)
    • toSQLValue

      String toSQLValue(String value)
    • toSQLValue

      String toSQLValue(org.apache.spark.unsafe.types.UTF8String value)
    • toSQLValue

      String toSQLValue(short value)
    • toSQLValue

      String toSQLValue(int value)
    • toSQLValue

      String toSQLValue(long value)
    • toSQLValue

      String toSQLValue(float value)
    • toSQLValue

      String toSQLValue(double value)