Class RexPermutationShuttle

java.lang.Object
org.apache.calcite.rex.RexShuttle
org.apache.calcite.rex.RexPermutationShuttle
All Implemented Interfaces:
RexVisitor<RexNode>

public class RexPermutationShuttle extends RexShuttle
Visitor which replaces RexLocalRef objects after the expressions in a RexProgram have been reordered.
See Also: