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
ConstructorDescriptionParquetFlatPartitionedLayout
(@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:TableLocationKeyFinder
Findkeys
and deliver them to thelocationKeyObserver
.- Specified by:
findKeys
in interfaceTableLocationKeyFinder<ParquetTableLocationKey>
- Parameters:
locationKeyObserver
- Per-key callback
-