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
Constructors -
Method Summary
-
Constructor Details
-
ParquetSingleFileLayout
- Parameters:
parquetFile- The single parquet file to find
-
-
Method Details
-
toString
-
findKeys
Description copied from interface:TableLocationKeyFinderFindkeysand deliver them to thelocationKeyObserver.- Specified by:
findKeysin interfaceTableLocationKeyFinder<ParquetTableLocationKey>- Parameters:
locationKeyObserver- Per-key callback
-