public static class SparkSqlBaseParser.CreateTableClausesContext
extends org.antlr.v4.runtime.ParserRuleContext
| 限定符和类型 | 字段和说明 |
|---|---|
org.antlr.v4.runtime.Token |
lifecycle |
SparkSqlBaseParser.PropertyListContext |
options |
SparkSqlBaseParser.PartitionFieldListContext |
partitioning |
SparkSqlBaseParser.PropertyListContext |
tableProps |
| 构造器和说明 |
|---|
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 SparkSqlBaseParser.PropertyListContext options
public SparkSqlBaseParser.PartitionFieldListContext partitioning
public org.antlr.v4.runtime.Token lifecycle
public SparkSqlBaseParser.PropertyListContext tableProps
public CreateTableClausesContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public List<SparkSqlBaseParser.SkewSpecContext> skewSpec()
public SparkSqlBaseParser.SkewSpecContext skewSpec(int i)
public List<SparkSqlBaseParser.PrimaryKeyExprContext> primaryKeyExpr()
public SparkSqlBaseParser.PrimaryKeyExprContext primaryKeyExpr(int i)
public List<SparkSqlBaseParser.BucketSpecContext> bucketSpec()
public SparkSqlBaseParser.BucketSpecContext bucketSpec(int i)
public List<SparkSqlBaseParser.RowFormatContext> rowFormat()
public SparkSqlBaseParser.RowFormatContext rowFormat(int i)
public List<SparkSqlBaseParser.CreateFileFormatContext> createFileFormat()
public SparkSqlBaseParser.CreateFileFormatContext createFileFormat(int i)
public List<SparkSqlBaseParser.LocationSpecContext> locationSpec()
public SparkSqlBaseParser.LocationSpecContext locationSpec(int i)
public List<SparkSqlBaseParser.CommentSpecContext> commentSpec()
public SparkSqlBaseParser.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> LIFECYCLE()
public org.antlr.v4.runtime.tree.TerminalNode LIFECYCLE(int i)
public List<org.antlr.v4.runtime.tree.TerminalNode> TBLPROPERTIES()
public org.antlr.v4.runtime.tree.TerminalNode TBLPROPERTIES(int i)
public List<SparkSqlBaseParser.PropertyListContext> propertyList()
public SparkSqlBaseParser.PropertyListContext propertyList(int i)
public List<SparkSqlBaseParser.PartitionFieldListContext> partitionFieldList()
public SparkSqlBaseParser.PartitionFieldListContext partitionFieldList(int i)
public List<org.antlr.v4.runtime.tree.TerminalNode> INTEGER_VALUE()
public org.antlr.v4.runtime.tree.TerminalNode INTEGER_VALUE(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.