Packages

object SchemaHelper

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchemaHelper
  2. AnyRef
  3. 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 val DAY_TIME_INTERVAL: String("DayTimeIntervalType")

    Spark 3.2.0 DataType DayTimeIntervalType's class name.

  5. final val TIMESTAMP_NTZ: String("TimestampNTZType$")

    Spark 3.4.0 DataType TimestampNTZType's class name.

  6. final val YEAR_MONTH_INTERVAL: String("YearMonthIntervalType")

    Spark 3.2.0 DataType YearMonthIntervalType's class name.

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getColumnSize(sparkType: DataType): Option[Int]

    For boolean, numeric and datetime types, it returns the default size of its catalyst type For struct type, when its elements are fixed-size, the summation of all element sizes will be returned.

    For boolean, numeric and datetime types, it returns the default size of its catalyst type For struct type, when its elements are fixed-size, the summation of all element sizes will be returned. For array, map, string, and binaries, the column size is variable, return null as unknown.

  14. def getDecimalDigits(sparkType: DataType): Option[Int]

    The number of fractional digits for this type.

    The number of fractional digits for this type. Null is returned for data types where this is not applicable. For boolean and integrals, the decimal digits is 0 For floating types, we follow the IEEE Standard for Floating-Point Arithmetic (IEEE 754) For timestamp values, we support microseconds For decimals, it returns the scale

  15. def getNumPrecRadix(typ: DataType): Option[Int]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toJavaSQLType(sparkType: DataType): Int
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def toTColumnDesc(field: StructField, pos: Int, timeZone: String): TColumnDesc
  25. def toTTableSchema(schema: StructType, timeZone: String): TTableSchema
  26. def toTTypeDesc(typ: DataType, timeZone: String): TTypeDesc
  27. def toTTypeId(typ: DataType): TTypeId
  28. def toTTypeQualifiers(typ: DataType, timeZone: String): TTypeQualifiers
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped