Class ParquetKeyValuePartitionedLayout

All Implemented Interfaces:
TableLocationKeyFinder<ParquetTableLocationKey>

public class ParquetKeyValuePartitionedLayout extends KeyValuePartitionLayout<ParquetTableLocationKey>
KeyValuePartitionLayout for Parquet data.
ImplNote:
Type inference uses CsvTools.readCsv(java.io.InputStream) as a conversion tool, and hence follows the same rules.
  • Constructor Details

    • ParquetKeyValuePartitionedLayout

      public ParquetKeyValuePartitionedLayout(@NotNull @NotNull File tableRootDirectory, @NotNull @NotNull TableDefinition tableDefinition, @NotNull @NotNull ParquetInstructions readInstructions)
    • ParquetKeyValuePartitionedLayout

      public ParquetKeyValuePartitionedLayout(@NotNull @NotNull File tableRootDirectory, int maxPartitioningLevels, @NotNull @NotNull ParquetInstructions readInstructions)