| Package | Description |
|---|---|
| org.apache.flink.table.dataformat | |
| org.apache.flink.table.dataformat.vector | |
| org.apache.flink.table.dataformat.vector.heap |
| Class and Description |
|---|
| VectorizedColumnBatch
A VectorizedColumnBatch is a set of rows, organized with each column as a vector.
|
| Class and Description |
|---|
| BytesColumnVector.Bytes
Bytes data.
|
| ColumnVector
Nullable column vector.
|
| Dictionary
The interface for dictionary in AbstractColumnVector to decode dictionary encoded values.
|
| IntColumnVector
Int column vector.
|
| Class and Description |
|---|
| AbstractColumnVector
Contains the shared structure for
ColumnVectors, including NULL information and dictionary. |
| BooleanColumnVector
Boolean column vector.
|
| ByteColumnVector
Byte column vector.
|
| BytesColumnVector
Bytes column vector to get
BytesColumnVector.Bytes, it include original data and offset and length. |
| BytesColumnVector.Bytes
Bytes data.
|
| ColumnVector
Nullable column vector.
|
| DoubleColumnVector
Double column vector.
|
| FloatColumnVector
Float column vector.
|
| IntColumnVector
Int column vector.
|
| LongColumnVector
Long column vector.
|
| ShortColumnVector
Short column vector.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.