gravitino.api.types.typeΒΆ

Classes

ComplexType()

Base class for all complex types, including struct, list, map, and union.

DateTimeType()

Base class for all date/time types.

FractionType()

Base class for all fractional types.

IntegralType(signed)

Base class for all integral types.

IntervalType()

Base class for all interval types.

Name(value)

The root type name of this type, representing all data types supported.

NumericType()

Base class for all numeric types.

PrimitiveType()

Base class for all primitive types.

Type()