Package | Description |
---|---|
org.apache.paimon.format.orc.reader | |
org.apache.paimon.format.parquet.reader |
Modifier and Type | Class and Description |
---|---|
class |
OrcDecimalColumnVector
This column vector is used to adapt hive's DecimalColumnVector to Paimon's DecimalColumnVector.
|
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.