Package org.apache.calcite.rel.rules
Interface LoptOptimizeJoinRule.CostFunction
- Enclosing class:
LoptOptimizeJoinRule
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Function to compute cost.
-
Method Summary
Modifier and TypeMethodDescription@Nullable RelOptCost
getCost
(RelOptRuleCall call, RelNode relNode)
-
Method Details
-
getCost
-