| 类 | 说明 |
|---|---|
| BoxedWrapperRowData |
An implementation of
RowData which also is also backed by an array of
Java Object, just similar to GenericRowData. |
| ColumnarArrayData |
Columnar array to support access to vector column data.
|
| ColumnarRowData |
Columnar row to support access to vector column data.
|
| DecimalDataUtils |
Utilities for
DecimalData. |
| JoinedRowData |
An implementation of
RowData which is backed by two concatenated RowData. |
| UpdatableRowData |
An implementation of
RowData which is backed by a RowData and an updated
Java object array. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.