public class DoubleColumnReader extends AbstractColumnReader<WritableDoubleVector>
ColumnReader.descriptor, dictionary, maxDefLevel| Constructor and Description |
|---|
DoubleColumnReader(org.apache.parquet.column.ColumnDescriptor descriptor,
org.apache.parquet.column.page.PageReadStore pageReadStore) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
readBatch(int rowId,
int num,
WritableDoubleVector column)
Read batch from
AbstractColumnReader.runLenDecoder and AbstractColumnReader.dataInputStream. |
protected void |
readBatchFromDictionaryIds(int rowId,
int num,
WritableDoubleVector column,
WritableIntVector dictionaryIds)
Decode dictionary ids to data.
|
protected void |
skipBatch(int num) |
afterReadPage, checkTypeName, readToVector, supportLazyDecodepublic DoubleColumnReader(org.apache.parquet.column.ColumnDescriptor descriptor,
org.apache.parquet.column.page.PageReadStore pageReadStore)
throws IOException
IOExceptionprotected void readBatch(int rowId,
int num,
WritableDoubleVector column)
AbstractColumnReaderAbstractColumnReader.runLenDecoder and AbstractColumnReader.dataInputStream.readBatch in class AbstractColumnReader<WritableDoubleVector>protected void skipBatch(int num)
skipBatch in class AbstractColumnReader<WritableDoubleVector>protected void readBatchFromDictionaryIds(int rowId,
int num,
WritableDoubleVector column,
WritableIntVector dictionaryIds)
AbstractColumnReaderAbstractColumnReader.runLenDecoder and AbstractColumnReader.dictionaryIdsDecoder.readBatchFromDictionaryIds in class AbstractColumnReader<WritableDoubleVector>Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.