Uses of Interface
org.apache.flink.formats.parquet.vector.reader.ParquetDataColumnReader
-
Packages that use ParquetDataColumnReader Package Description org.apache.flink.formats.parquet.vector.reader -
-
Uses of ParquetDataColumnReader in org.apache.flink.formats.parquet.vector.reader
Classes in org.apache.flink.formats.parquet.vector.reader that implement ParquetDataColumnReader Modifier and Type Class Description static classParquetDataColumnReaderFactory.DefaultParquetDataColumnReaderThe default data column reader for existing Parquet page reader which works for both dictionary or non dictionary types, Mirror from dictionary encoding path.static classParquetDataColumnReaderFactory.TypesFromInt96PageReaderThe reader who reads from the underlying Timestamp value.Methods in org.apache.flink.formats.parquet.vector.reader that return ParquetDataColumnReader Modifier and Type Method Description static 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)
-