Uses of Class
dev.hardwood.reader.ParquetFileReader
Packages that use ParquetFileReader
Package
Description
Core entry points for reading Parquet files.
Avro integration for materializing Parquet rows as Avro
GenericRecord instances.Parquet file readers with row-oriented and column-oriented APIs.
-
Uses of ParquetFileReader in dev.hardwood
Methods in dev.hardwood that return ParquetFileReaderModifier and TypeMethodDescriptionOpen a single Parquet file.Open multiple Parquet files for reading with cross-file prefetching. -
Uses of ParquetFileReader in dev.hardwood.avro
Methods in dev.hardwood.avro with parameters of type ParquetFileReaderModifier and TypeMethodDescriptionstatic AvroReaders.RowReaderBuilderAvroReaders.buildRowReader(ParquetFileReader reader) Begin configuring anAvroRowReaderwith optional projection, filter, and head/tail row limit.static AvroRowReaderAvroReaders.rowReader(ParquetFileReader reader) Create anAvroRowReaderthat reads all rows and columns. -
Uses of ParquetFileReader in dev.hardwood.reader
Methods in dev.hardwood.reader that return ParquetFileReaderModifier and TypeMethodDescriptionstatic ParquetFileReaderOpen a single Parquet file with a dedicated context.static ParquetFileReaderParquetFileReader.open(InputFile inputFile, HardwoodContext context) Open a single Parquet file with a shared context.static ParquetFileReaderOpen multiple Parquet files with a dedicated context.static ParquetFileReaderParquetFileReader.openAll(List<InputFile> inputFiles, HardwoodContext context) Open multiple Parquet files with a shared context.