Class ParquetSingleFileLayout
java.lang.Object
io.deephaven.parquet.table.layout.ParquetSingleFileLayout
- All Implemented Interfaces:
TableLocationKeyFinder<ParquetTableLocationKey>
public final class ParquetSingleFileLayout
extends Object
implements TableLocationKeyFinder<ParquetTableLocationKey>
Parquet
location finder that will discover a single file.-
Constructor Summary
ConstructorsConstructorDescriptionParquetSingleFileLayout(@NotNull URI parquetFileUri, @NotNull ParquetInstructions readInstructions) -
Method Summary
-
Constructor Details
-
ParquetSingleFileLayout
public ParquetSingleFileLayout(@NotNull @NotNull URI parquetFileUri, @NotNull @NotNull ParquetInstructions readInstructions) - Parameters:
parquetFileUri- URI of single parquet file to findreadInstructions- the instructions for customizations while reading
-
-
Method Details
-
toString
-
findKeys
Description copied from interface:TableLocationKeyFinderFindkeysand deliver them to thelocationKeyObserver.- Specified by:
findKeysin interfaceTableLocationKeyFinder<ParquetTableLocationKey>- Parameters:
locationKeyObserver- Per-key callback
-