Packages

object TypeSigUtil extends TypeSigUtilBase

Add DayTimeIntervalType and YearMonthIntervalType support

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeSigUtil
  2. TypeSigUtilBase
  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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getAllSupportedTypes(): TypeEnum.ValueSet

    Get all supported types for the spark-specific

    Get all supported types for the spark-specific

    returns

    the all supported typ

    Definition Classes
    TypeSigUtilTypeSigUtilBase
  10. def getAnsiInterval: TypeSig

    Get Ansi year-month and day-time TypeSig

    Get Ansi year-month and day-time TypeSig

    Definition Classes
    TypeSigUtilTypeSigUtilBase
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getNumericAndInterval(): TypeSig

    Get numeric and interval TypeSig

    Get numeric and interval TypeSig

    Definition Classes
    TypeSigUtilTypeSigUtilBase
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isSupported(check: TypeEnum.ValueSet, dataType: DataType): Boolean

    Check if this type of Spark-specific is supported by the plugin or not.

    Check if this type of Spark-specific is supported by the plugin or not.

    check

    the Supported Types

    dataType

    the data type to be checked

    returns

    true if it is allowed else false.

    Definition Classes
    TypeSigUtilTypeSigUtilBase
  16. def mapDataTypeToTypeEnum(dataType: DataType): TypeEnum.Value

    Map DataType to TypeEnum

    Map DataType to TypeEnum

    dataType

    the data type to be mapped

    returns

    the TypeEnum

    Definition Classes
    TypeSigUtilTypeSigUtilBase
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def reasonNotSupported(check: TypeEnum.ValueSet, dataType: DataType, notSupportedReason: Seq[String]): Seq[String]

    Return the reason why this type is not supported.\

    Return the reason why this type is not supported.\

    check

    the Supported Types

    dataType

    the data type to be checked

    notSupportedReason

    the reason for not supporting

    returns

    the reason

    Definition Classes
    TypeSigUtilTypeSigUtilBase
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from TypeSigUtilBase

Inherited from AnyRef

Inherited from Any

Ungrouped