| Package | Description |
|---|---|
| org.apache.paimon.data.columnar.heap | |
| org.apache.paimon.format.parquet.newreader | |
| org.apache.paimon.format.parquet.reader |
| Modifier and Type | Class and Description |
|---|---|
class |
HeapByteVector
This class represents a nullable byte column vector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorizedReaderBase.readBytes(int total,
WritableByteVector c,
int rowId) |
void |
VectorizedRleValuesReader.readBytes(int total,
WritableByteVector c,
int rowId) |
void |
VectorizedPlainValuesReader.readBytes(int total,
WritableByteVector c,
int rowId) |
void |
VectorizedValuesReader.readBytes(int total,
WritableByteVector c,
int rowId) |
void |
VectorizedDeltaBinaryPackedReader.readBytes(int total,
WritableByteVector c,
int rowId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ByteColumnReader.readBatch(int rowId,
int num,
WritableByteVector column) |
protected void |
ByteColumnReader.readBatchFromDictionaryIds(int rowId,
int num,
WritableByteVector column,
WritableIntVector dictionaryIds) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.