Package org.apache.calcite.rel.metadata
Interface BuiltInMetadata.LowerBoundCost
- All Superinterfaces:
Metadata
- Enclosing class:
BuiltInMetadata
Metadata to get the lower bound cost of a RelNode.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Handler API. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLowerBoundCost
(VolcanoPlanner planner) Returns the lower bound cost of a RelNode.
-
Field Details
-
DEF
-
-
Method Details
-
getLowerBoundCost
Returns the lower bound cost of a RelNode.
-