Package io.deephaven.iceberg.location
Interface IcebergTableLocationKey
- All Superinterfaces:
Comparable<TableLocationKey>
,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 java.lang.Comparable
compareTo
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
getPartitionKeys, getPartitionValue, makeImmutable
-
Method Details
-
readInstructions
Object readInstructions()Get the read instructions for the location.- Returns:
- the read instructions
-