Package | Description |
---|---|
org.apache.paimon.data.columnar.heap | |
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 | 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–2024 The Apache Software Foundation. All rights reserved.