Package io.delta.kernel.types
Class TimestampNTZType
Object
io.delta.kernel.types.DataType
io.delta.kernel.types.BasePrimitiveType
io.delta.kernel.types.TimestampNTZType
The timestamp without time zone type represents a local time in microsecond precision,
which is independent of time zone. Its valid range is
[0001-01-01T00:00:00.000000, 9999-12-31T23:59:59.999999]. To represent an absolute point
in time, use
TimestampType instead.- Since:
- 3.2.0
-
Field Summary
Fields -
Method Summary
Methods inherited from class io.delta.kernel.types.BasePrimitiveType
createPrimitive, equals, getAllPrimitiveTypes, hashCode, isPrimitiveType, toJson, toStringMethods inherited from class io.delta.kernel.types.DataType
equivalent
-
Field Details
-
TIMESTAMP_NTZ
-