Package io.deephaven.iceberg.location
Interface IcebergTableLocationKey
- All Superinterfaces:
Comparable<TableLocationKey>
,ImmutableTableLocationKey
,LogOutputAppendable
,NamedImplementation
,TableLocationKey
- All Known Implementing Classes:
IcebergTableParquetLocationKey
TableLocationKey
implementation for use with data stored in Iceberg tables.-
Method Summary
Modifier and TypeMethodDescriptionGet the read instructions for the location.Methods inherited from interface io.deephaven.engine.table.impl.locations.ImmutableTableLocationKey
makeImmutable
Methods inherited from interface io.deephaven.base.log.LogOutputAppendable
append
Methods inherited from interface io.deephaven.util.type.NamedImplementation
getImplementationName
Methods inherited from interface io.deephaven.engine.table.impl.locations.TableLocationKey
clear, compareTo, getPartitionKeys, getPartitionValue
-
Method Details
-
readInstructions
Object readInstructions()Get the read instructions for the location.- Returns:
- the read instructions
-