Interface FlinkMetadata.UpsertKeys
- All Superinterfaces:
org.apache.calcite.rel.metadata.Metadata
- Enclosing class:
- FlinkMetadata
public static interface FlinkMetadata.UpsertKeys
extends org.apache.calcite.rel.metadata.Metadata
Metadata about which combinations of columns are upsert identifiers.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHandler API. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.calcite.rel.metadata.MetadataDef<FlinkMetadata.UpsertKeys>static final Method -
Method Summary
Methods inherited from interface org.apache.calcite.rel.metadata.Metadata
rel
-
Field Details
-
METHOD
-
DEF
-
-
Method Details
-
getUpsertKeys
Set<org.apache.calcite.util.ImmutableBitSet> getUpsertKeys()
-