Interface | Description |
---|---|
FieldType |
An abstract super interface of Hive field types.
|
HivePortInfo |
An abstract super interface of Direct I/O Hive ports.
|
RowFormatInfo |
Represents
ROW FORMAT in Hive. |
StorageFormatInfo |
Represents a storage format (
STORED AS ... ) in Hive. |
TableInfo.Provider |
Provides
TableInfo . |
Class | Description |
---|---|
ArrayType |
Represents a Hive array type.
|
BuiltinStorageFormatInfo |
Represents a built-in storage format.
|
ColumnInfo |
Represents a Hive column.
|
CustomStorageFormatInfo |
Represents custom storage format that using Hadoop input/output format.
|
DecimalType |
Represents a Hive decimal type.
|
DelimitedRowFormatInfo |
Represents Hive delimited text row format.
|
DelimitedRowFormatInfo.Builder |
A builder for
DelimitedRowFormatInfo . |
HiveInputInfo |
Represents Hive input port information.
|
HiveIoAttribute |
An attribute of Direct I/O.
|
HiveOutputInfo |
Represents Hive output port information.
|
LocationInfo |
Represents a Direct I/O location.
|
MapType |
Represents a Hive map type.
|
PlainType |
Represents a Hive plain type.
|
SequenceType |
Represents a Hive sequence type.
|
SerdeRowFormatInfo |
Represents Hive SERDE row format.
|
StructType |
Represents a Hive struct type.
|
TableInfo |
Represents a Hive table structure.
|
TableInfo.Builder |
A builder for
TableInfo . |
UnionType |
Represents a Hive union type.
|
Enum | Description |
---|---|
FieldType.Category |
Represents a type category.
|
FieldType.TypeName |
Represents a type name.
|
RowFormatInfo.FormatKind |
Represents a row format kind.
|
StorageFormatInfo.Category |
Represents a storage format category.
|
StorageFormatInfo.FormatKind |
Represents a storage format kind.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.