public static class PrestoSqlBaseParser.JoinRelationContext extends PrestoSqlBaseParser.RelationContext
| 限定符和类型 | 字段和说明 |
|---|---|
PrestoSqlBaseParser.RelationContext |
left |
PrestoSqlBaseParser.SampledRelationContext |
right |
PrestoSqlBaseParser.RelationContext |
rightRelation |
| 构造器和说明 |
|---|
JoinRelationContext(PrestoSqlBaseParser.RelationContext ctx) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
org.antlr.v4.runtime.tree.TerminalNode |
CROSS() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
org.antlr.v4.runtime.tree.TerminalNode |
JOIN() |
PrestoSqlBaseParser.JoinCriteriaContext |
joinCriteria() |
PrestoSqlBaseParser.JoinTypeContext |
joinType() |
org.antlr.v4.runtime.tree.TerminalNode |
NATURAL() |
List<PrestoSqlBaseParser.RelationContext> |
relation() |
PrestoSqlBaseParser.RelationContext |
relation(int i) |
PrestoSqlBaseParser.SampledRelationContext |
sampledRelation() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PrestoSqlBaseParser.RelationContext left
public PrestoSqlBaseParser.SampledRelationContext right
public PrestoSqlBaseParser.RelationContext rightRelation
public JoinRelationContext(PrestoSqlBaseParser.RelationContext ctx)
public List<PrestoSqlBaseParser.RelationContext> relation()
public PrestoSqlBaseParser.RelationContext relation(int i)
public org.antlr.v4.runtime.tree.TerminalNode CROSS()
public org.antlr.v4.runtime.tree.TerminalNode JOIN()
public PrestoSqlBaseParser.JoinTypeContext joinType()
public PrestoSqlBaseParser.JoinCriteriaContext joinCriteria()
public org.antlr.v4.runtime.tree.TerminalNode NATURAL()
public PrestoSqlBaseParser.SampledRelationContext sampledRelation()
public 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.