Uses of Interface
dev.hardwood.InputFile
Packages that use InputFile
Package
Description
Core entry points for reading Parquet files.
Parquet file readers with row-oriented and column-oriented APIs.
Amazon S3 backend for reading Parquet files from object storage.
-
Uses of InputFile in dev.hardwood
Methods in dev.hardwood that return InputFileModifier and TypeMethodDescriptionstatic InputFileInputFile.of(ByteBuffer buffer) Creates anInputFilebacked by an in-memoryByteBuffer.static InputFileCreates an unopenedInputFilefor a local file path.Methods in dev.hardwood that return types with arguments of type InputFileModifier and TypeMethodDescriptionInputFile.ofBuffers(ByteBuffer first, ByteBuffer... more) CreatesInputFileinstances for the given in-memoryByteBuffers.InputFile.ofBuffers(List<ByteBuffer> buffers) CreatesInputFileinstances for a list of in-memoryByteBuffers.Creates unopenedInputFileinstances for the given local file paths.Creates unopenedInputFileinstances for a list of local file paths.Methods in dev.hardwood with parameters of type InputFileMethod parameters in dev.hardwood with type arguments of type InputFileModifier and TypeMethodDescriptionOpen multiple Parquet files for reading with cross-file prefetching. -
Uses of InputFile in dev.hardwood.reader
Methods in dev.hardwood.reader with parameters of type InputFileModifier and TypeMethodDescriptionstatic ParquetFileReaderOpen a Parquet file from anInputFilewith a dedicated context.static ParquetFileReaderParquetFileReader.open(InputFile inputFile, HardwoodContext context) Open a Parquet file from anInputFilewith a shared context.Constructor parameters in dev.hardwood.reader with type arguments of type InputFileModifierConstructorDescriptionMultiFileParquetReader(List<InputFile> inputFiles, dev.hardwood.internal.reader.HardwoodContextImpl context) Creates a MultiFileParquetReader for the givenInputFileinstances. -
Uses of InputFile in dev.hardwood.s3
Classes in dev.hardwood.s3 that implement InputFileModifier and TypeClassDescriptionclassInputFilebacked by an object in Amazon S3 (or an S3-compatible service).Methods in dev.hardwood.s3 that return types with arguments of type InputFile