Package org.apache.calcite.rel.metadata
Interface BuiltInMetadata.NodeTypes
- All Superinterfaces:
Metadata
- Enclosing class:
BuiltInMetadata
Metadata about the node types in a relational expression.
For each relational expression, it returns a multimap from the class to the nodes instantiating that class. Each node will appear in the multimap only once.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Handler API. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a multimap from the class to the nodes instantiating that class.
-
Field Details
-
DEF
-
-
Method Details
-
getNodeTypes
Returns a multimap from the class to the nodes instantiating that class. The default implementation for a node classifies it as aRelNode
.
-