Package io.deephaven.iceberg.layout
Class IcebergKeyValuePartitionedLayout
java.lang.Object
io.deephaven.iceberg.layout.IcebergBaseLayout
io.deephaven.iceberg.layout.IcebergKeyValuePartitionedLayout
- All Implemented Interfaces:
TableLocationKeyFinder<IcebergTableLocationKey>
Iceberg
location finder
for tables with partitions that will discover data files from
a Snapshot
-
Constructor Summary
ConstructorDescriptionIcebergKeyValuePartitionedLayout
(@NotNull TableDefinition tableDef, org.apache.iceberg.Table table, org.apache.iceberg.Snapshot tableSnapshot, @NotNull org.apache.iceberg.io.FileIO fileIO, @NotNull org.apache.iceberg.PartitionSpec partitionSpec, @NotNull IcebergInstructions instructions) -
Method Summary
Methods inherited from class io.deephaven.iceberg.layout.IcebergBaseLayout
findKeys, locationKey
-
Constructor Details
-
IcebergKeyValuePartitionedLayout
public IcebergKeyValuePartitionedLayout(@NotNull @NotNull TableDefinition tableDef, @NotNull org.apache.iceberg.Table table, @NotNull org.apache.iceberg.Snapshot tableSnapshot, @NotNull @NotNull org.apache.iceberg.io.FileIO fileIO, @NotNull @NotNull org.apache.iceberg.PartitionSpec partitionSpec, @NotNull @NotNull IcebergInstructions instructions) - Parameters:
tableDef
- TheTableDefinition
that will be used for the table.table
- TheTable
to discover locations for.tableSnapshot
- TheSnapshot
from which to discover data files.fileIO
- The file IO to use for reading manifest data files.partitionSpec
- The Icebergpartition spec
for the table.instructions
- The instructions for customizations while reading.
-
-
Method Details