public static class SqlBaseParser.CreateTimeseriesContext extends SqlBaseParser.StatementContext
| Constructor and Description |
|---|
CreateTimeseriesContext(SqlBaseParser.StatementContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
SqlBaseParser.AliasContext |
alias() |
SqlBaseParser.AttributeClausesContext |
attributeClauses() |
org.antlr.v4.runtime.tree.TerminalNode |
CREATE() |
SqlBaseParser.FullPathContext |
fullPath() |
org.antlr.v4.runtime.tree.TerminalNode |
TIMESERIES() |
org.antlr.v4.runtime.tree.TerminalNode |
WITH() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic CreateTimeseriesContext(SqlBaseParser.StatementContext ctx)
public org.antlr.v4.runtime.tree.TerminalNode CREATE()
public org.antlr.v4.runtime.tree.TerminalNode TIMESERIES()
public SqlBaseParser.FullPathContext fullPath()
public org.antlr.v4.runtime.tree.TerminalNode WITH()
public SqlBaseParser.AttributeClausesContext attributeClauses()
public SqlBaseParser.AliasContext alias()
public <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 © 2020 The Apache Software Foundation. All rights reserved.