Uses of Package
org.apache.flink.formats.parquet.vector.reader
Packages that use org.apache.flink.formats.parquet.vector.reader
Package
Description
-
Classes in org.apache.flink.formats.parquet.vector.reader used by org.apache.flink.formats.parquet.vectorClassDescriptionRead a batch of records for a column to
WritableColumnVectorfrom parquet data file. -
Classes in org.apache.flink.formats.parquet.vector.reader used by org.apache.flink.formats.parquet.vector.readerClassDescriptionAbstract
ColumnReader.Read a batch of records for a column toWritableColumnVectorfrom parquet data file.The interface to wrap the underlying Parquet dictionary and non dictionary encoded page reader.The default data column reader for existing Parquet page reader which works for both dictionary or non dictionary types, Mirror from dictionary encoding path.