| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.data | |
| org.apache.flink.table.data.vector | |
| org.apache.flink.table.data.vector.heap | |
| org.apache.flink.table.data.vector.writable |
| 构造器和说明 |
|---|
ColumnarArrayData(ColumnVector data,
int offset,
int numElements) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ArrayColumnVector
Array column vector.
|
interface |
BooleanColumnVector
Boolean column vector.
|
interface |
ByteColumnVector
Byte column vector.
|
interface |
BytesColumnVector
Bytes column vector to get
BytesColumnVector.Bytes, it include original data and offset and length. |
interface |
DecimalColumnVector
Decimal column vector.
|
interface |
DoubleColumnVector
Double column vector.
|
interface |
FloatColumnVector
Float column vector.
|
interface |
IntColumnVector
Int column vector.
|
interface |
LongColumnVector
Long column vector.
|
interface |
RowColumnVector
Row column vector.
|
interface |
ShortColumnVector
Short column vector.
|
interface |
TimestampColumnVector
Timestamp column vector.
|
| 限定符和类型 | 字段和说明 |
|---|---|
ColumnVector[] |
VectorizedColumnBatch.columns |
| 构造器和说明 |
|---|
VectorizedColumnBatch(ColumnVector[] vectors) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractHeapVector
Heap vector that nullable shared structure.
|
class |
HeapBooleanVector
This class represents a nullable heap boolean column vector.
|
class |
HeapBytesVector
This class supports string and binary data by value reference -- i.e. each field is
explicitly present, as opposed to provided by a dictionary reference.
|
class |
HeapByteVector
This class represents a nullable byte column vector.
|
class |
HeapDoubleVector
This class represents a nullable double precision floating point column vector.
|
class |
HeapFloatVector
This class represents a nullable double precision floating point column vector.
|
class |
HeapIntVector
This class represents a nullable int column vector.
|
class |
HeapLongVector
This class represents a nullable long column vector.
|
class |
HeapShortVector
This class represents a nullable short column vector.
|
class |
HeapTimestampVector
This class represents a nullable byte column vector.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
WritableBooleanVector
Writable
BooleanColumnVector. |
interface |
WritableBytesVector
Writable
BytesColumnVector. |
interface |
WritableByteVector
Writable
ByteColumnVector. |
interface |
WritableColumnVector
Writable
ColumnVector. |
interface |
WritableDoubleVector
Writable
DoubleColumnVector. |
interface |
WritableFloatVector
Writable
FloatColumnVector. |
interface |
WritableIntVector
Writable
IntColumnVector. |
interface |
WritableLongVector
Writable
LongColumnVector. |
interface |
WritableShortVector
Writable
ShortColumnVector. |
interface |
WritableTimestampVector
Writable
TimestampColumnVector. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractWritableVector
Contains the shared structure for
ColumnVectors, including NULL information and dictionary. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.