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 |
HeapBytesVector
This class supports string and binary data by value reference -- i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
VectorizedRleValuesReader.readBinary(int total,
WritableBytesVector c,
int rowId) |
void |
VectorizedValuesReader.readBinary(int total,
WritableBytesVector c,
int rowId) |
void |
VectorizedDeltaByteArrayReader.readBinary(int total,
WritableBytesVector c,
int rowId) |
void |
VectorizedPlainValuesReader.readBinary(int total,
WritableBytesVector v,
int rowId) |
void |
VectorizedReaderBase.readBinary(int total,
WritableBytesVector c,
int rowId) |
void |
VectorizedDeltaLengthByteArrayReader.readBinary(int total,
WritableBytesVector c,
int rowId) |
void |
VectorizedValuesReader.ByteBufferOutputWriter.write(WritableBytesVector c,
int rowId,
ByteBuffer val,
int length) |
static void |
VectorizedValuesReader.ByteBufferOutputWriter.writeArrayByteBuffer(WritableBytesVector c,
int rowId,
ByteBuffer val,
int length) |
Modifier and Type | Class and Description |
---|---|
class |
ParquetDecimalVector
Parquet write decimal as int32 and int64 and binary, this class wrap the real vector to provide
DecimalColumnVector interface. |
Modifier and Type | Method and Description |
---|---|
protected void |
BytesColumnReader.readBatch(int rowId,
int num,
WritableBytesVector column) |
protected void |
BytesColumnReader.readBatchFromDictionaryIds(int rowId,
int num,
WritableBytesVector column,
WritableIntVector dictionaryIds) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.