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 Summary
ConstructorDescriptionRelOptRuleOperandChildren
(RelOptRuleOperandChildPolicy policy, List<RelOptRuleOperand> operands) Deprecated. -
Method Summary
-
Constructor Details
-
RelOptRuleOperandChildren
public RelOptRuleOperandChildren(RelOptRuleOperandChildPolicy policy, List<RelOptRuleOperand> operands) Deprecated.
-
RelRule.OperandBuilder