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 File tableRootDirectory, @NotNull @NotNull ParquetInstructions readInstructions)
      Parameters:
      tableRootDirectory - The directory to search for .parquet files.
      readInstructions - the instructions for customizations while reading
  • Method Details