Package io.trino.sql.parser
Class SqlBaseParser.FunctionCallContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.trino.sql.parser.SqlBaseParser.PrimaryExpressionContext
-
- io.trino.sql.parser.SqlBaseParser.FunctionCallContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- SqlBaseParser
public static class SqlBaseParser.FunctionCallContext extends SqlBaseParser.PrimaryExpressionContext
-
-
Constructor Summary
Constructors Constructor Description FunctionCallContext(SqlBaseParser.PrimaryExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)org.antlr.v4.runtime.tree.TerminalNodeASTERISK()org.antlr.v4.runtime.tree.TerminalNodeBY()voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)List<SqlBaseParser.ExpressionContext>expression()SqlBaseParser.ExpressionContextexpression(int i)SqlBaseParser.FilterContextfilter()SqlBaseParser.NullTreatmentContextnullTreatment()org.antlr.v4.runtime.tree.TerminalNodeORDER()SqlBaseParser.OverContextover()SqlBaseParser.QualifiedNameContextqualifiedName()SqlBaseParser.SetQuantifierContextsetQuantifier()List<SqlBaseParser.SortItemContext>sortItem()SqlBaseParser.SortItemContextsortItem(int i)-
Methods inherited from class io.trino.sql.parser.SqlBaseParser.PrimaryExpressionContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Constructor Detail
-
FunctionCallContext
public FunctionCallContext(SqlBaseParser.PrimaryExpressionContext ctx)
-
-
Method Detail
-
qualifiedName
public SqlBaseParser.QualifiedNameContext qualifiedName()
-
ASTERISK
public org.antlr.v4.runtime.tree.TerminalNode ASTERISK()
-
filter
public SqlBaseParser.FilterContext filter()
-
over
public SqlBaseParser.OverContext over()
-
expression
public List<SqlBaseParser.ExpressionContext> expression()
-
expression
public SqlBaseParser.ExpressionContext expression(int i)
-
ORDER
public org.antlr.v4.runtime.tree.TerminalNode ORDER()
-
BY
public org.antlr.v4.runtime.tree.TerminalNode BY()
-
sortItem
public List<SqlBaseParser.SortItemContext> sortItem()
-
sortItem
public SqlBaseParser.SortItemContext sortItem(int i)
-
setQuantifier
public SqlBaseParser.SetQuantifierContext setQuantifier()
-
nullTreatment
public SqlBaseParser.NullTreatmentContext nullTreatment()
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-