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 TIMESTAMP_NTZ: String("TimestampNTZType$")

    Spark 3.4.0 DataType TimestampNTZType's class name.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. 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.

  12. 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

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

Inherited from AnyRef

Inherited from Any

Ungrouped