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 |
HeapLongVector
This class represents a nullable long column vector.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritableLongVector
Writable
LongColumnVector . |
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–2024 The Apache Software Foundation. All rights reserved.