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,
com.google.common.collect.ImmutableList<RelOptRuleOperand> operands) |
public RelOptRuleOperandChildren(RelOptRuleOperandChildPolicy policy, com.google.common.collect.ImmutableList<RelOptRuleOperand> operands)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.