@Evolving public interface Type
Modifier and Type | Interface and Description |
---|---|
static class |
Type.ComplexType
The base type of all complex types, including struct, list, map, and union.
|
static class |
Type.DateTimeType
The base type of all date/time types.
|
static class |
Type.FractionType
The base type of all fractional types.
|
static class |
Type.IntegralType
The base type of all integral types.
|
static class |
Type.IntervalType
The base type of all interval types.
|
static class |
Type.Name
The root type name of this type.
|
static class |
Type.NumericType
The base type of all numeric types.
|
static class |
Type.PrimitiveType
The base type of all primitive types.
|
Modifier and Type | Method and Description |
---|---|
Type.Name |
name() |
java.lang.String |
simpleString() |
Type.Name name()
java.lang.String simpleString()