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 |
HeapBytesVector
This class supports string and binary data by value reference -- i.e.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WritableBytesVector
Writable
BytesColumnVector . |
Modifier and Type | Class and Description |
---|---|
class |
OrcBytesColumnVector
This column vector is used to adapt hive's BytesColumnVector to Paimon's BytesColumnVector.
|
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.