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 |
HeapFloatVector
This class represents a nullable double precision floating point column vector.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorizedRleValuesReader.readFloats(int total,
WritableFloatVector c,
int rowId) |
void |
VectorizedValuesReader.readFloats(int total,
WritableFloatVector c,
int rowId) |
void |
VectorizedPlainValuesReader.readFloats(int total,
WritableFloatVector c,
int rowId) |
void |
VectorizedReaderBase.readFloats(int total,
WritableFloatVector c,
int rowId) |
Modifier and Type | Method and Description |
---|---|
protected void |
FloatColumnReader.readBatch(int rowId,
int num,
WritableFloatVector column) |
protected void |
FloatColumnReader.readBatchFromDictionaryIds(int rowId,
int num,
WritableFloatVector column,
WritableIntVector dictionaryIds) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.