Class RexPermuteInputsShuttle

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

public class RexPermuteInputsShuttle extends RexShuttle
Shuttle which applies a permutation to its input fields.
See Also: