Uses of Interface
dev.hardwood.HardwoodContext
Packages that use HardwoodContext
Package
Description
Core entry points for reading Parquet files.
Parquet file readers with row-oriented and column-oriented APIs.
-
Uses of HardwoodContext in dev.hardwood
Methods in dev.hardwood that return HardwoodContextModifier and TypeMethodDescriptionstatic HardwoodContextHardwoodContext.create()Create a new context with a thread pool sized to available processors.static HardwoodContextHardwoodContext.create(int threads) Create a new context with a thread pool of the specified size. -
Uses of HardwoodContext in dev.hardwood.reader
Methods in dev.hardwood.reader with parameters of type HardwoodContextModifier and TypeMethodDescriptionstatic ParquetFileReaderParquetFileReader.open(InputFile inputFile, HardwoodContext context) Open a Parquet file from anInputFilewith a shared context.