Package io.trino.spi.type
package io.trino.spi.type
-
ClassDescriptionFixedWidthType is a type that has a fixed size for every value.128 bit int arithmetic using two's complement representationAs defined in ISO/IEC FCD 9075-2 (SQL 2011), section 4.8A timestamp is to be interpreted as local date time without regards to any time zone.A time is stored as picoseconds from midnight.Represents an opaque identifier for a Type than can be used for serialization or storage in external systems.UUIDs are encoded in big-endian representation (the bytes are stored in the same order as they appear when a UUID is printed in hexadecimal).VariableWidthType is a type that can have a different size for every value.