| 程序包 | 说明 |
|---|---|
| org.apache.paimon.format.parquet.reader |
| 类和说明 |
|---|
| AbstractColumnReader
Abstract
ColumnReader. |
| ArrayColumnReader
Array
ColumnReader. |
| BaseVectorizedColumnReader
It's column level Parquet reader which is used to read a batch of records for a column, part of
the code is referred from Apache Hive and Apache Parquet.
|
| ColumnReader
Read a batch of records for a column to
WritableColumnVector from parquet data file. |
| ParquetDataColumnReader
The interface to wrap the underlying Parquet dictionary and non dictionary encoded page reader.
|
| ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
The default data column reader for existing Parquet page reader which works for both
dictionary or non dictionary types, Mirror from dictionary encoding path.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.