| Interface | Description |
|---|---|
| DataType |
The interface of data types.
|
| Class | Description |
|---|---|
| ArrayType |
Array of primitive data type.
|
| BooleanType |
Boolean data type.
|
| ByteType |
Byte data type.
|
| CharType |
Char data type.
|
| DataTypes |
To get a specific data type, users should use singleton objects
and factory methods in this class.
|
| DateTimeType |
DateTime data type.
|
| DateType |
Date data type.
|
| DecimalType |
Arbitrary-precision decimal data type.
|
| DoubleType |
Double data type.
|
| FloatType |
Float data type.
|
| IntegerType |
Integer data type.
|
| LongType |
Long data type.
|
| ObjectType |
Object data type.
|
| ShortType |
Short data type.
|
| StringType |
String data type.
|
| StructField |
A field in a Struct data type.
|
| StructType |
Struct data type is determined by the fixed order of the fields
of primitive data types in the struct.
|
| TimeType |
Time data type.
|
| Enum | Description |
|---|---|
| DataType.ID |
Data type ID.
|