public static class HoodieSqlBaseParser.CreateTableClausesContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
HoodieSqlBaseParser.TablePropertyListContext |
options |
HoodieSqlBaseParser.PartitionFieldListContext |
partitioning |
HoodieSqlBaseParser.TablePropertyListContext |
tableProps |
| Constructor and Description |
|---|
CreateTableClausesContext(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.TablePropertyListContext options
public HoodieSqlBaseParser.PartitionFieldListContext partitioning
public HoodieSqlBaseParser.TablePropertyListContext tableProps
public CreateTableClausesContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public List<HoodieSqlBaseParser.SkewSpecContext> skewSpec()
public HoodieSqlBaseParser.SkewSpecContext skewSpec(int i)
public List<HoodieSqlBaseParser.BucketSpecContext> bucketSpec()
public HoodieSqlBaseParser.BucketSpecContext bucketSpec(int i)
public List<HoodieSqlBaseParser.RowFormatContext> rowFormat()
public HoodieSqlBaseParser.RowFormatContext rowFormat(int i)
public List<HoodieSqlBaseParser.CreateFileFormatContext> createFileFormat()
public HoodieSqlBaseParser.CreateFileFormatContext createFileFormat(int i)
public List<HoodieSqlBaseParser.LocationSpecContext> locationSpec()
public HoodieSqlBaseParser.LocationSpecContext locationSpec(int i)
public List<HoodieSqlBaseParser.CommentSpecContext> commentSpec()
public HoodieSqlBaseParser.CommentSpecContext commentSpec(int i)
public List<org.antlr.v4.runtime.tree.TerminalNode> OPTIONS()
public org.antlr.v4.runtime.tree.TerminalNode OPTIONS(int i)
public List<org.antlr.v4.runtime.tree.TerminalNode> PARTITIONED()
public org.antlr.v4.runtime.tree.TerminalNode PARTITIONED(int i)
public List<org.antlr.v4.runtime.tree.TerminalNode> BY()
public org.antlr.v4.runtime.tree.TerminalNode BY(int i)
public List<org.antlr.v4.runtime.tree.TerminalNode> TBLPROPERTIES()
public org.antlr.v4.runtime.tree.TerminalNode TBLPROPERTIES(int i)
public List<HoodieSqlBaseParser.TablePropertyListContext> tablePropertyList()
public HoodieSqlBaseParser.TablePropertyListContext tablePropertyList(int i)
public List<HoodieSqlBaseParser.PartitionFieldListContext> partitionFieldList()
public HoodieSqlBaseParser.PartitionFieldListContext partitionFieldList(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 © 2025 The Apache Software Foundation. All rights reserved.