Package org.apache.calcite.rel.metadata
Interface BuiltInMetadata.InputFieldsUsed
- All Superinterfaces:
Metadata
- Enclosing class:
BuiltInMetadata
Metadata that identifies which columns of its inputs are referenced by a
relational expression.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceHandler API. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns which columns of its inputs are referenced by this relational expression.
-
Field Details
-
DEF
-
-
Method Details
-
getInputFieldsUsed
ImmutableBitSet getInputFieldsUsed()Returns which columns of its inputs are referenced by this relational expression.- Returns:
- an
ImmutableBitSetwhere bits correspond to input column ordinals from the first input to the last
-