@Deprecated public class RelOptRuleOperandChildren extends Object
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 and Description |
|---|
RelOptRuleOperandChildren(RelOptRuleOperandChildPolicy policy,
List<RelOptRuleOperand> operands)
Deprecated.
|
public RelOptRuleOperandChildren(RelOptRuleOperandChildPolicy policy, List<RelOptRuleOperand> operands)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.