Converts one relational expression tree into another relational expression based on a particular rule set and requires set of traits. @param ruleSetIndex The RuleSet to use for conversion purposes. Note that this is zero-indexed and is based on the list and order
(int ruleSetIndex,
RelTraitSet requiredOutputTraits, RelNode rel)
| 122 | * error |
| 123 | */ |
| 124 | RelNode transform(int ruleSetIndex, |
| 125 | RelTraitSet requiredOutputTraits, RelNode rel) |
| 126 | throws RelConversionException; |
| 127 |
no outgoing calls