| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.rex.RexNode |
ParseRexNodeVisitorImpl.visitParameter(ParseRexNodeParser.ParameterContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
ParseRexNodeParser.ParameterContext |
ParseRexNodeParser.parameter() |
ParseRexNodeParser.ParameterContext |
ParseRexNodeParser.ExpressionContext.parameter(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<ParseRexNodeParser.ParameterContext> |
ParseRexNodeParser.ExpressionContext.parameter() |
| Modifier and Type | Method and Description |
|---|---|
T |
ParseRexNodeBaseVisitor.visitParameter(ParseRexNodeParser.ParameterContext ctx)
Visit a parse tree produced by
ParseRexNodeParser.parameter(). |
T |
ParseRexNodeVisitor.visitParameter(ParseRexNodeParser.ParameterContext ctx)
Visit a parse tree produced by
ParseRexNodeParser.parameter(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.