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
RelHint
s
from the root relational expression of a rule call RelOptRuleCall
to
the new equivalent expression.-
Method Summary
-
Method Details
-
propagate
Propagates the hints from a rule call's root relational expressionoriNode
to the new equivalent relational expressionequiv
.- Parameters:
oriNode
- Root relational expression of a rule callequiv
- Equivalent expression- Returns:
- New relational expression that would register into the planner
-