public class CorrelationInfoVisitor
extends org.apache.calcite.rex.RexShuttle
| Modifier and Type | Method and Description |
|---|---|
static List<HiveCorrelationInfo> |
getCorrelationInfos(org.apache.calcite.rex.RexNode rexNode) |
org.apache.calcite.rex.RexNode |
visitCall(org.apache.calcite.rex.RexCall call) |
org.apache.calcite.rex.RexNode |
visitSubQuery(org.apache.calcite.rex.RexSubQuery subQuery) |
apply, apply, mutate, visitArray, visitCorrelVariable, visitDynamicParam, visitFieldAccess, visitFieldCollations, visitInputRef, visitList, visitLiteral, visitLocalRef, visitOver, visitPatternFieldRef, visitRangeRef, visitTableInputRef, visitWindowpublic org.apache.calcite.rex.RexNode visitCall(org.apache.calcite.rex.RexCall call)
visitCall in interface org.apache.calcite.rex.RexVisitor<org.apache.calcite.rex.RexNode>visitCall in class org.apache.calcite.rex.RexShuttlepublic org.apache.calcite.rex.RexNode visitSubQuery(org.apache.calcite.rex.RexSubQuery subQuery)
visitSubQuery in interface org.apache.calcite.rex.RexVisitor<org.apache.calcite.rex.RexNode>visitSubQuery in class org.apache.calcite.rex.RexShuttlepublic static List<HiveCorrelationInfo> getCorrelationInfos(org.apache.calcite.rex.RexNode rexNode)
Copyright © 2024 The Apache Software Foundation. All rights reserved.