public final class ParseRexNodeVisitorImpl extends ParseRexNodeBaseVisitor<org.apache.calcite.rex.RexNode>
| 构造器和说明 |
|---|
ParseRexNodeVisitorImpl() |
visitArgList, visitArgRange, visitArgRangeList, visitOp, visitTypeaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic org.apache.calcite.rex.RexNode visitExpression(ParseRexNodeParser.ExpressionContext ctx)
ParseRexNodeBaseVisitorParseRexNodeParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpression 在接口中 ParseRexNodeVisitor<org.apache.calcite.rex.RexNode>visitExpression 在类中 ParseRexNodeBaseVisitor<org.apache.calcite.rex.RexNode>ctx - the parse treepublic org.apache.calcite.rex.RexNode visitParameter(ParseRexNodeParser.ParameterContext ctx)
ParseRexNodeBaseVisitorParseRexNodeParser.parameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameter 在接口中 ParseRexNodeVisitor<org.apache.calcite.rex.RexNode>visitParameter 在类中 ParseRexNodeBaseVisitor<org.apache.calcite.rex.RexNode>ctx - the parse treepublic org.apache.calcite.rex.RexNode visitInput(ParseRexNodeParser.InputContext ctx)
ParseRexNodeBaseVisitorParseRexNodeParser.input().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInput 在接口中 ParseRexNodeVisitor<org.apache.calcite.rex.RexNode>visitInput 在类中 ParseRexNodeBaseVisitor<org.apache.calcite.rex.RexNode>ctx - the parse treepublic org.apache.calcite.rex.RexNode visitInputRef(ParseRexNodeParser.InputRefContext ctx)
ParseRexNodeBaseVisitorParseRexNodeParser.inputRef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInputRef 在接口中 ParseRexNodeVisitor<org.apache.calcite.rex.RexNode>visitInputRef 在类中 ParseRexNodeBaseVisitor<org.apache.calcite.rex.RexNode>ctx - the parse treepublic org.apache.calcite.rex.RexNode visitSearchArgs(ParseRexNodeParser.SearchArgsContext ctx)
ParseRexNodeBaseVisitorParseRexNodeParser.searchArgs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearchArgs 在接口中 ParseRexNodeVisitor<org.apache.calcite.rex.RexNode>visitSearchArgs 在类中 ParseRexNodeBaseVisitor<org.apache.calcite.rex.RexNode>ctx - the parse treepublic org.apache.calcite.rex.RexNode visitConstant(ParseRexNodeParser.ConstantContext ctx)
ParseRexNodeBaseVisitorParseRexNodeParser.constant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstant 在接口中 ParseRexNodeVisitor<org.apache.calcite.rex.RexNode>visitConstant 在类中 ParseRexNodeBaseVisitor<org.apache.calcite.rex.RexNode>ctx - the parse treepublic org.apache.calcite.rex.RexNode visitCast(ParseRexNodeParser.CastContext ctx)
ParseRexNodeBaseVisitorParseRexNodeParser.cast().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCast 在接口中 ParseRexNodeVisitor<org.apache.calcite.rex.RexNode>visitCast 在类中 ParseRexNodeBaseVisitor<org.apache.calcite.rex.RexNode>ctx - the parse treepublic org.apache.calcite.rex.RexNode visitParamWithType(ParseRexNodeParser.ParamWithTypeContext ctx)
ParseRexNodeBaseVisitorParseRexNodeParser.paramWithType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParamWithType 在接口中 ParseRexNodeVisitor<org.apache.calcite.rex.RexNode>visitParamWithType 在类中 ParseRexNodeBaseVisitor<org.apache.calcite.rex.RexNode>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.