| 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 |
HeapBooleanVector
This class represents a nullable heap boolean column vector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorizedReaderBase.readBooleans(int total,
WritableBooleanVector c,
int rowId) |
void |
VectorizedRleValuesReader.readBooleans(int total,
WritableBooleanVector c,
int rowId) |
void |
VectorizedPlainValuesReader.readBooleans(int total,
WritableBooleanVector c,
int rowId) |
void |
VectorizedValuesReader.readBooleans(int total,
WritableBooleanVector c,
int rowId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BooleanColumnReader.readBatch(int rowId,
int num,
WritableBooleanVector column) |
protected void |
BooleanColumnReader.readBatchFromDictionaryIds(int rowId,
int num,
WritableBooleanVector column,
WritableIntVector dictionaryIds) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.