Class TimestampNTZType


@Evolving public class TimestampNTZType extends BasePrimitiveType
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 Details