Uses of Package
io.trino.spi.type
Packages that use io.trino.spi.type
Package
Description
-
Classes in io.trino.spi.type used by io.trino.spi
-
Classes in io.trino.spi.type used by io.trino.spi.block
-
Classes in io.trino.spi.type used by io.trino.spi.connectorClassDescriptionRepresents an opaque identifier for a Type than can be used for serialization or storage in external systems.
-
Classes in io.trino.spi.type used by io.trino.spi.expression
-
Classes in io.trino.spi.type used by io.trino.spi.function
-
Classes in io.trino.spi.type used by io.trino.spi.function.table
-
Classes in io.trino.spi.type used by io.trino.spi.predicate
-
Classes in io.trino.spi.type used by io.trino.spi.security
-
Classes in io.trino.spi.type used by io.trino.spi.session
-
Classes in io.trino.spi.type used by io.trino.spi.statistics
-
Classes in io.trino.spi.type used by io.trino.spi.typeClassDescriptionFixedWidthType is a type that has a fixed size for every value.As 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.