| 接口 | 说明 |
|---|---|
| ArrayData |
Base interface of an internal data structure representing data of
ArrayType. |
| ArrayData.ElementGetter |
Accessor for getting the elements of an array during runtime.
|
| MapData |
Base interface of an internal data structure representing data of
MapType or MultisetType. |
| RawValueData<T> |
An internal data structure representing data of
RawType. |
| RowData |
Base interface for an internal data structure representing data of
RowType and other
(possibly nested) structured types such as StructuredType in the table ecosystem. |
| RowData.FieldGetter |
Accessor for getting the field of a row during runtime.
|
| StringData |
An internal data structure representing data of
CharType and VarCharType. |
| 类 | 说明 |
|---|---|
| DecimalData |
An internal data structure representing data of
DecimalType. |
| GenericArrayData |
An internal data structure representing data of
ArrayType. |
| GenericMapData |
An internal data structure representing data of
MapType or MultisetType. |
| GenericRowData |
An internal data structure representing data of
RowType and other (possibly nested)
structured types such as StructuredType. |
| TimestampData |
An internal data structure representing data of
TimestampType and LocalZonedTimestampType. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.