public static interface RelRule.OperandBuilder
RelRule.OperandTransform| Modifier and Type | Method and Description |
|---|---|
RelRule.Done |
exactly(RelOptRuleOperand operand)
Supplies an operand that has been built manually.
|
<R extends RelNode> |
operand(Class<R> relClass)
Starts building an operand by specifying its class.
|
<R extends RelNode> RelRule.OperandDetailBuilder<R> operand(Class<R> relClass)
RelRule.OperandDetailBuilder to
complete the operand.RelRule.Done exactly(RelOptRuleOperand operand)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.