Uses of Interface
org.apache.flink.formats.parquet.vector.reader.ParquetDataColumnReader
Packages that use ParquetDataColumnReader
-
Uses of ParquetDataColumnReader in org.apache.flink.formats.parquet.vector.reader
Classes in org.apache.flink.formats.parquet.vector.reader that implement ParquetDataColumnReaderModifier and TypeClassDescriptionstatic classThe default data column reader for existing Parquet page reader which works for both dictionary or non dictionary types, Mirror from dictionary encoding path.static classThe reader who reads from the underlying Timestamp value.Methods in org.apache.flink.formats.parquet.vector.reader that return ParquetDataColumnReaderModifier and TypeMethodDescriptionstatic ParquetDataColumnReaderParquetDataColumnReaderFactory.getDataColumnReaderByType(org.apache.parquet.schema.PrimitiveType parquetType, org.apache.parquet.column.values.ValuesReader realReader, boolean isUtcTimestamp) static ParquetDataColumnReaderParquetDataColumnReaderFactory.getDataColumnReaderByTypeOnDictionary(org.apache.parquet.schema.PrimitiveType parquetType, org.apache.parquet.column.Dictionary realReader, boolean isUtcTimestamp)