Package org.apache.calcite.plan
Interface RelHintsPropagator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Customize the propagation of the 
RelHints
 from the root relational expression of a rule call RelOptRuleCall to
 the new equivalent expression.- 
Method Summary
- 
Method Details- 
propagatePropagates the hints from a rule call's root relational expressionoriNodeto the new equivalent relational expressionequiv.- Parameters:
- oriNode- Root relational expression of a rule call
- equiv- Equivalent expression
- Returns:
- New relational expression that would register into the planner
 
 
-