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

Function NewQuerySpecificationContext

query/sql/antlrgen/sqlbase_parser.go:2226–2235  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

2224func (*QuerySpecificationContext) IsQuerySpecificationContext() {}
2225
2226func NewQuerySpecificationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QuerySpecificationContext {
2227 var p = new(QuerySpecificationContext)
2228
2229 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
2230
2231 p.parser = parser
2232 p.RuleIndex = SqlBaseParserRULE_querySpecification
2233
2234 return p
2235}
2236
2237func (s *QuerySpecificationContext) GetParser() antlr.Parser { return s.parser }
2238

Callers 1

QuerySpecificationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected