| Package | Description |
|---|---|
| org.apache.paimon.data.columnar.heap | |
| 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 |
|---|---|
protected void |
BooleanColumnReader.readBatch(int rowId,
int num,
WritableBooleanVector column) |
protected void |
BooleanColumnReader.readBatchFromDictionaryIds(int rowId,
int num,
WritableBooleanVector column,
WritableIntVector dictionaryIds) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.