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 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