| Interface | Description |
|---|---|
| ElementCountable |
Container with a known number of elements.
|
| Class | Description |
|---|---|
| AbstractArrayBasedVector |
Abstract class for vectors that have offsets and lengths.
|
| AbstractHeapVector |
Heap vector that nullable shared structure.
|
| AbstractStructVector |
Abstract class for vectors that have children.
|
| CastedArrayColumnVector |
Cast internal Vector to paimon readable vector(cast for Timestamp type and Decimal type) for
array type.
|
| CastedMapColumnVector |
Cast internal Vector to paimon readable vector(cast for Timestamp type and Decimal type) for map
type.
|
| CastedRowColumnVector |
Cast internal Vector to paimon readable vector(cast for Timestamp type and Decimal type) for row
type.
|
| HeapArrayVector |
This class represents a nullable heap array column vector.
|
| HeapBooleanVector |
This class represents a nullable heap boolean column vector.
|
| HeapBytesVector |
This class supports string and binary data by value reference -- i.e.
|
| HeapByteVector |
This class represents a nullable byte column vector.
|
| HeapDoubleVector |
This class represents a nullable double precision floating point column vector.
|
| HeapFloatVector |
This class represents a nullable double precision floating point column vector.
|
| HeapIntVector |
This class represents a nullable int column vector.
|
| HeapLongVector |
This class represents a nullable long column vector.
|
| HeapMapVector |
This class represents a nullable heap map column vector.
|
| HeapRowVector |
This class represents a nullable heap row column vector.
|
| HeapShortVector |
This class represents a nullable short column vector.
|
| HeapTimestampVector |
This class represents a nullable byte column vector.
|
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.