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
ConstructorsConstructorDescriptionIcebergKeyValuePartitionedLayout(@NotNull IcebergTableAdapter tableAdapter, @NotNull org.apache.iceberg.PartitionSpec partitionSpec, @NotNull IcebergReadInstructions instructions, @NotNull DataInstructionsProviderLoader dataInstructionsProvider) -
Method Summary
Methods inherited from class io.deephaven.iceberg.layout.IcebergBaseLayout
computeSortedColumns, findKeys, locationKey, maybeUpdateSnapshot, updateSnapshot, updateSnapshot
-
Constructor Details
-
IcebergKeyValuePartitionedLayout
public IcebergKeyValuePartitionedLayout(@NotNull @NotNull IcebergTableAdapter tableAdapter, @NotNull @NotNull org.apache.iceberg.PartitionSpec partitionSpec, @NotNull @NotNull IcebergReadInstructions instructions, @NotNull @NotNull DataInstructionsProviderLoader dataInstructionsProvider) - Parameters:
tableAdapter- TheIcebergTableAdapterthat will be used to access the table.partitionSpec- The Icebergpartition specfor the table.instructions- The instructions for customizations while reading.dataInstructionsProvider- The provider for special instructions, to be used if special instructions not provided in theinstructions.
-
-
Method Details