MCPcopy
hub / github.com/uber/aresdb / NewEmptyStatementContext

Function NewEmptyStatementContext

query/sql/antlrgen/sqlbase_parser.go:760–765  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

758}
759
760func NewEmptyStatementContext() *StatementContext {
761 var p = new(StatementContext)
762 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(nil, -1)
763 p.RuleIndex = SqlBaseParserRULE_statement
764 return p
765}
766
767func (*StatementContext) IsStatementContext() {}
768

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected