public class LongColumnReader extends AbstractColumnReader<WritableLongVector>
ColumnReader.descriptor, dictionary, maxDefLevel, runLenDecoder| Constructor and Description |
|---|
LongColumnReader(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,
WritableLongVector column)
Read batch from
AbstractColumnReader.runLenDecoder and AbstractColumnReader.dataInputStream. |
protected void |
readBatchFromDictionaryIds(int rowId,
int num,
WritableLongVector column,
WritableIntVector dictionaryIds)
Decode dictionary ids to data.
|
afterReadPage, checkTypeName, readToVector, supportLazyDecodepublic LongColumnReader(org.apache.parquet.column.ColumnDescriptor descriptor,
org.apache.parquet.column.page.PageReader pageReader)
throws IOException
IOExceptionprotected void readBatch(int rowId,
int num,
WritableLongVector column)
AbstractColumnReaderAbstractColumnReader.runLenDecoder and AbstractColumnReader.dataInputStream.readBatch in class AbstractColumnReader<WritableLongVector>protected void readBatchFromDictionaryIds(int rowId,
int num,
WritableLongVector column,
WritableIntVector dictionaryIds)
AbstractColumnReaderAbstractColumnReader.runLenDecoder and AbstractColumnReader.dictionaryIdsDecoder.readBatchFromDictionaryIds in class AbstractColumnReader<WritableLongVector>Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.