To get/create specific data type, users should use singleton objects and factory methods provided by this class.

1.0.0

Kent Yao yao@apache.org

Constructors

Properties

NullType: NullType = NullType.INSTANCE
BooleanType: BooleanType = BooleanType.INSTANCE
ByteType: ByteType = ByteType.INSTANCE
ShortType: ShortType = ShortType.INSTANCE
IntegerType: IntegerType = IntegerType.INSTANCE
LongType: LongType = LongType.INSTANCE
FloatType: FloatType = FloatType.INSTANCE
DoubleType: DoubleType = DoubleType.INSTANCE
StringType: StringType = StringType.INSTANCE
BinaryType: BinaryType = BinaryType.INSTANCE
VariantType: VariantType = VariantType.INSTANCE
DateType: DateType = DateType.INSTANCE
TimestampType: TimestampType = TimestampType.INSTANCE
TimestampNTZType: TimestampNTZType = TimestampNTZType.INSTANCE
CalendarIntervalType: CalendarIntervalType = CalendarIntervalType.INSTANCE

Methods