public static class PrestoSqlBaseParser.WindowSpecificationContext
extends org.antlr.v4.runtime.ParserRuleContext
| 限定符和类型 | 字段和说明 |
|---|---|
PrestoSqlBaseParser.IdentifierContext |
existingWindowName |
PrestoSqlBaseParser.ExpressionContext |
expression |
List<PrestoSqlBaseParser.ExpressionContext> |
partition |
| 构造器和说明 |
|---|
WindowSpecificationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
List<org.antlr.v4.runtime.tree.TerminalNode> |
BY() |
org.antlr.v4.runtime.tree.TerminalNode |
BY(int i) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
List<PrestoSqlBaseParser.ExpressionContext> |
expression() |
PrestoSqlBaseParser.ExpressionContext |
expression(int i) |
int |
getRuleIndex() |
PrestoSqlBaseParser.IdentifierContext |
identifier() |
org.antlr.v4.runtime.tree.TerminalNode |
ORDER() |
org.antlr.v4.runtime.tree.TerminalNode |
PARTITION() |
List<PrestoSqlBaseParser.SortItemContext> |
sortItem() |
PrestoSqlBaseParser.SortItemContext |
sortItem(int i) |
PrestoSqlBaseParser.WindowFrameContext |
windowFrame() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PrestoSqlBaseParser.IdentifierContext existingWindowName
public PrestoSqlBaseParser.ExpressionContext expression
public List<PrestoSqlBaseParser.ExpressionContext> partition
public WindowSpecificationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode PARTITION()
public List<org.antlr.v4.runtime.tree.TerminalNode> BY()
public org.antlr.v4.runtime.tree.TerminalNode BY(int i)
public org.antlr.v4.runtime.tree.TerminalNode ORDER()
public List<PrestoSqlBaseParser.SortItemContext> sortItem()
public PrestoSqlBaseParser.SortItemContext sortItem(int i)
public PrestoSqlBaseParser.WindowFrameContext windowFrame()
public PrestoSqlBaseParser.IdentifierContext identifier()
public List<PrestoSqlBaseParser.ExpressionContext> expression()
public PrestoSqlBaseParser.ExpressionContext expression(int i)
public int getRuleIndex()
getRuleIndex 在类中 org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule 在类中 org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule 在类中 org.antlr.v4.runtime.ParserRuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept 在接口中 org.antlr.v4.runtime.tree.ParseTreeaccept 在类中 org.antlr.v4.runtime.RuleContextCopyright © 2022. All rights reserved.