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 |
---|---|
void |
VectorizedReaderBase.readBooleans(int total,
WritableBooleanVector c,
int rowId) |
void |
VectorizedRleValuesReader.readBooleans(int total,
WritableBooleanVector c,
int rowId) |
void |
VectorizedValuesReader.readBooleans(int total,
WritableBooleanVector c,
int rowId) |
void |
VectorizedPlainValuesReader.readBooleans(int total,
WritableBooleanVector c,
int rowId) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.