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
Constructors -
Method Summary
-
Constructor Details
-
ParquetFlatPartitionedLayout
- Parameters:
tableRootDirectory- The directory to search for .parquet files.
-
-
Method Details
-
toString
-
findKeys
Description copied from interface:TableLocationKeyFinderFindkeysand deliver them to thelocationKeyObserver.- Specified by:
findKeysin interfaceTableLocationKeyFinder<ParquetTableLocationKey>- Parameters:
locationKeyObserver- Per-key callback
-