public static class HoodieSqlBaseParser.MergeIntoContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
HoodieSqlBaseParser.TableIdentifierContext |
source |
HoodieSqlBaseParser.QueryContext |
subquery |
HoodieSqlBaseParser.TableIdentifierContext |
target |
| Constructor and Description |
|---|
MergeIntoContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic HoodieSqlBaseParser.TableIdentifierContext target
public HoodieSqlBaseParser.TableIdentifierContext source
public HoodieSqlBaseParser.QueryContext subquery
public MergeIntoContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode MERGE()
public org.antlr.v4.runtime.tree.TerminalNode INTO()
public List<HoodieSqlBaseParser.TableAliasContext> tableAlias()
public HoodieSqlBaseParser.TableAliasContext tableAlias(int i)
public org.antlr.v4.runtime.tree.TerminalNode USING()
public HoodieSqlBaseParser.MergeConditionContext mergeCondition()
public List<HoodieSqlBaseParser.TableIdentifierContext> tableIdentifier()
public HoodieSqlBaseParser.TableIdentifierContext tableIdentifier(int i)
public HoodieSqlBaseParser.QueryContext query()
public List<HoodieSqlBaseParser.MatchedClausesContext> matchedClauses()
public HoodieSqlBaseParser.MatchedClausesContext matchedClauses(int i)
public List<HoodieSqlBaseParser.NotMatchedClauseContext> notMatchedClause()
public HoodieSqlBaseParser.NotMatchedClauseContext notMatchedClause(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2022 The Apache Software Foundation. All rights reserved.