Class ParquetFlatPartitionedLayout
java.lang.Object
io.deephaven.parquet.table.layout.ParquetFlatPartitionedLayout
- All Implemented Interfaces:
TableLocationKeyFinder<ParquetTableLocationKey>
public final class ParquetFlatPartitionedLayout
extends Object
implements TableLocationKeyFinder<ParquetTableLocationKey>
Parquet
location finder that will discover multiple files in a single directory.-
Constructor Summary
ConstructorsConstructorDescriptionParquetFlatPartitionedLayout(@NotNull URI tableRootDirectoryURI, @NotNull ParquetInstructions readInstructions) -
Method Summary
-
Constructor Details
-
ParquetFlatPartitionedLayout
public ParquetFlatPartitionedLayout(@NotNull @NotNull URI tableRootDirectoryURI, @NotNull @NotNull ParquetInstructions readInstructions) - Parameters:
tableRootDirectoryURI- The directory URI to search for .parquet files.readInstructions- 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
-