Package org.apache.calcite.plan
Class RelOptRuleOperandChildren
java.lang.Object
org.apache.calcite.plan.RelOptRuleOperandChildren
Deprecated.
Children of a 
RelOptRuleOperand and the
 policy for matching them.
 Often created by calling one of the following methods:
 RelOptRule.some(org.apache.calcite.plan.RelOptRuleOperand, org.apache.calcite.plan.RelOptRuleOperand...),
 RelOptRule.none(),
 RelOptRule.any(),
 RelOptRule.unordered(org.apache.calcite.plan.RelOptRuleOperand, org.apache.calcite.plan.RelOptRuleOperand...).
- 
Constructor SummaryConstructorsConstructorDescriptionRelOptRuleOperandChildren(RelOptRuleOperandChildPolicy policy, List<RelOptRuleOperand> operands) Deprecated.
- 
Method Summary
- 
Constructor Details- 
RelOptRuleOperandChildrenpublic RelOptRuleOperandChildren(RelOptRuleOperandChildPolicy policy, List<RelOptRuleOperand> operands) Deprecated.
 
- 
RelRule.OperandBuilder