Uses of Class
dev.hardwood.reader.ReaderConfig
Packages that use ReaderConfig
Package
Description
Parquet file readers with row-oriented and column-oriented APIs.
-
Uses of ReaderConfig in dev.hardwood.reader
Methods in dev.hardwood.reader that return ReaderConfigModifier and TypeMethodDescriptionReaderConfig.Builder.build()Builds the immutable configuration.static ReaderConfigReaderConfig.defaults()The default configuration (no options set).Methods in dev.hardwood.reader with parameters of type ReaderConfigModifier and TypeMethodDescriptionstatic ParquetFileReaderParquetFileReader.open(InputFile inputFile, HardwoodContext context, ReaderConfig readerConfig) Open a single Parquet file with a shared context and an explicitReaderConfig.static ParquetFileReaderParquetFileReader.openAll(List<? extends InputFile> inputFiles, HardwoodContext context, ReaderConfig readerConfig) Open multiple Parquet files with a shared context and an explicitReaderConfig.