public static class PrelUtil.InputRewriter
extends org.apache.calcite.rex.RexShuttle
| Constructor and Description |
|---|
PrelUtil.InputRewriter(com.carrotsearch.hppc.IntIntHashMap map) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rex.RexNode |
visitInputRef(org.apache.calcite.rex.RexInputRef inputRef) |
org.apache.calcite.rex.RexNode |
visitLocalRef(org.apache.calcite.rex.RexLocalRef localRef) |
public PrelUtil.InputRewriter(com.carrotsearch.hppc.IntIntHashMap map)
public org.apache.calcite.rex.RexNode visitInputRef(org.apache.calcite.rex.RexInputRef inputRef)
visitInputRef in interface org.apache.calcite.rex.RexVisitor<org.apache.calcite.rex.RexNode>visitInputRef in class org.apache.calcite.rex.RexShuttlepublic org.apache.calcite.rex.RexNode visitLocalRef(org.apache.calcite.rex.RexLocalRef localRef)
visitLocalRef in interface org.apache.calcite.rex.RexVisitor<org.apache.calcite.rex.RexNode>visitLocalRef in class org.apache.calcite.rex.RexShuttleCopyright © 2017 The Apache Software Foundation. All rights reserved.