public class BytesColumnReader extends AbstractColumnReader<WritableBytesVector>
ColumnReader
. A int length and bytes data.descriptor, dictionary, maxDefLevel, runLenDecoder
Constructor and Description |
---|
BytesColumnReader(org.apache.parquet.column.ColumnDescriptor descriptor,
org.apache.parquet.column.page.PageReader pageReader) |
Modifier and Type | Method and Description |
---|---|
protected void |
readBatch(int rowId,
int num,
WritableBytesVector column)
Read batch from
AbstractColumnReader.runLenDecoder and AbstractColumnReader.dataInputStream . |
protected void |
readBatchFromDictionaryIds(int rowId,
int num,
WritableBytesVector column,
WritableIntVector dictionaryIds)
Decode dictionary ids to data.
|
afterReadPage, checkTypeName, readToVector, supportLazyDecode
public BytesColumnReader(org.apache.parquet.column.ColumnDescriptor descriptor, org.apache.parquet.column.page.PageReader pageReader) throws IOException
IOException
protected void readBatch(int rowId, int num, WritableBytesVector column)
AbstractColumnReader
AbstractColumnReader.runLenDecoder
and AbstractColumnReader.dataInputStream
.readBatch
in class AbstractColumnReader<WritableBytesVector>
protected void readBatchFromDictionaryIds(int rowId, int num, WritableBytesVector column, WritableIntVector dictionaryIds)
AbstractColumnReader
AbstractColumnReader.runLenDecoder
and AbstractColumnReader.dictionaryIdsDecoder
.readBatchFromDictionaryIds
in class AbstractColumnReader<WritableBytesVector>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.