| Package | Description |
|---|---|
| org.apache.paimon.data.columnar.heap | |
| 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 | Class and Description |
|---|---|
class |
ParquetDecimalVector
Parquet write decimal as int32 and int64 and binary, this class wrap the real vector to provide
DecimalColumnVector interface. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LongColumnReader.readBatch(int rowId,
int num,
WritableLongVector column) |
protected void |
LongColumnReader.readBatchFromDictionaryIds(int rowId,
int num,
WritableLongVector column,
WritableIntVector dictionaryIds) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.