Uses of Class
dev.hardwood.reader.ColumnReader
Packages that use ColumnReader
Package
Description
Parquet file readers with row-oriented and column-oriented APIs.
-
Uses of ColumnReader in dev.hardwood.reader
Methods in dev.hardwood.reader that return ColumnReaderModifier and TypeMethodDescriptionParquetFileReader.ColumnReaderBuilder.build()ParquetFileReader.columnReader(int columnIndex) Shortcut forParquetFileReader.buildColumnReader(int).build() — read every row group of the column at the given index with no filter.ParquetFileReader.columnReader(String columnName) Shortcut forParquetFileReader.buildColumnReader(String).build() — read every row group of the named column with no filter.ColumnReaders.getColumnReader(int index) Get the ColumnReader by index within the requested columns.ColumnReaders.getColumnReader(String columnName) Get the ColumnReader for a named column.