Package org.apache.gravitino.rel.types
package org.apache.gravitino.rel.types
-
ClassDescriptionUsed to represent a
Types.DecimalTypevalue in Apache Gravitino.An interface representing all data types supported by Apache Gravitino.The base type of all complex types, including struct, list, map, and union.The base type of all date/time types.The base type of all fractional types.The base type of all integral types.The base type of all interval types.The root type name of this type.The base type of all numeric types.The base type of all primitive types.The helper class forType.The binary type in Gravitino.The boolean type in Gravitino.The byte type in Gravitino.The date time type in Gravitino.The decimal type in Gravitino.The double type in Gravitino.Represents a type that is defined in an external catalog.The fixed char type in Gravitino.Fixed-length byte array type, if you want to use variable-length byte array, useTypes.BinaryTypeinstead.The float type in Gravitino.The integer type in Gravitino.The interval day type in Gravitino.The interval year type in Gravitino.The list type in Gravitino.The long type in Gravitino.The map type in Gravitino.The data type representing `NULL` values.The short type in Gravitino.The string type in Gravitino, equivalent to varchar(MAX), which the MAX is determined by the underlying catalog.The struct type in Gravitino.A field of a struct type.The timestamp type in Gravitino.The time type in Gravitino.The union type in Gravitino.Represents a type that is not parsed yet.The uuid type in Gravitino.The varchar type in Gravitino.