Packages

object ExprUtils extends QueryErrorsBase

Linear Supertypes
QueryErrorsBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExprUtils
  2. QueryErrorsBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkJsonSchema(schema: DataType): TypeCheckResult

    Check if the schema is valid for Json

    Check if the schema is valid for Json

    schema

    The schema to check.

    returns

    TypeCheckSuccess if the schema is valid DataTypeMismatch with an error error if the schema is not valid

  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def convertToMapData(exp: Expression): Map[String, String]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def evalSchemaExpr(exp: Expression): StructType
  11. def evalTypeExpr(exp: Expression): DataType
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getDecimalParser(locale: Locale): (String) ⇒ BigDecimal
  15. def getQueryContext(sqlContext: SQLQueryContext): Array[QueryContext]
    Definition Classes
    QueryErrorsBase
  16. def getSummary(sqlContext: SQLQueryContext): String
    Definition Classes
    QueryErrorsBase
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toDSOption(option: String): String
    Definition Classes
    QueryErrorsBase
  24. def toSQLConf(conf: String): String
    Definition Classes
    QueryErrorsBase
  25. def toSQLConfVal(conf: String): String
    Definition Classes
    QueryErrorsBase
  26. def toSQLExpr(e: Expression): String
    Definition Classes
    QueryErrorsBase
  27. def toSQLId(parts: String): String
    Definition Classes
    QueryErrorsBase
  28. def toSQLId(parts: Seq[String]): String
    Definition Classes
    QueryErrorsBase
  29. def toSQLSchema(schema: String): String
    Definition Classes
    QueryErrorsBase
  30. def toSQLStmt(text: String): String
    Definition Classes
    QueryErrorsBase
  31. def toSQLType(text: String): String
    Definition Classes
    QueryErrorsBase
  32. def toSQLType(t: AbstractDataType): String
    Definition Classes
    QueryErrorsBase
  33. def toSQLValue(v: Any, t: DataType): String
    Definition Classes
    QueryErrorsBase
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def verifyColumnNameOfCorruptRecord(schema: StructType, columnNameOfCorruptRecord: String): Unit

    A convenient function for schema validation in datasources supporting columnNameOfCorruptRecord as an option.

  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from QueryErrorsBase

Inherited from AnyRef

Inherited from Any

Ungrouped