| Package | Description |
|---|---|
| org.apache.paimon.data.columnar.heap | |
| org.apache.paimon.data.columnar.writable | |
| org.apache.paimon.format.orc.reader | |
| org.apache.paimon.format.parquet.reader |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapIntVector
This class represents a nullable int column vector.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableIntVector
Writable
IntColumnVector. |
| Modifier and Type | Class and Description |
|---|---|
class |
OrcLongColumnVector
This column vector is used to adapt hive's LongColumnVector to Paimon's boolean, byte, short, int
and long ColumnVector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetDecimalVector
Parquet write decimal as int32 and int64 and binary, this class wrap the real vector to provide
DecimalColumnVector interface. |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.