MCPcopy Create free account
hub / github.com/apache/calcite / transform

Method transform

core/src/main/java/org/apache/calcite/tools/Planner.java:124–124  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

122 * error
123 */
124 RelNode transform(int ruleSetIndex,
125 RelTraitSet requiredOutputTraits, RelNode rel)
126 throws RelConversionException;
127

Implementers 1

PlannerImplcore/src/main/java/org/apache/calcite/

Calls

no outgoing calls