| 程序包 | 说明 |
|---|---|
| org.apache.paimon.data.columnar.heap | |
| org.apache.paimon.data.columnar.writable |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractHeapVector
Heap vector that nullable shared structure.
|
class |
HeapArrayVector
This class represents a nullable heap array column vector.
|
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 |
HeapMapVector
This class represents a nullable heap map column vector.
|
class |
HeapRowVector
This class represents a nullable heap row column vector.
|
class |
HeapShortVector
This class represents a nullable short column vector.
|
class |
HeapTimestampVector
This class represents a nullable byte column vector.
|
| 限定符和类型 | 方法和说明 |
|---|---|
WritableColumnVector[] |
HeapRowVector.getFields() |
| 构造器和说明 |
|---|
HeapRowVector(int len,
WritableColumnVector... fields) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
WritableBooleanVector
Writable
BooleanColumnVector. |
interface |
WritableBytesVector
Writable
BytesColumnVector. |
interface |
WritableByteVector
Writable
ByteColumnVector. |
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 © 2023 The Apache Software Foundation. All rights reserved.