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

Function NewQueryPrimaryContext

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

Source from the content-addressed store, hash-verified

1694func (*QueryPrimaryContext) IsQueryPrimaryContext() {}
1695
1696func NewQueryPrimaryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QueryPrimaryContext {
1697 var p = new(QueryPrimaryContext)
1698
1699 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
1700
1701 p.parser = parser
1702 p.RuleIndex = SqlBaseParserRULE_queryPrimary
1703
1704 return p
1705}
1706
1707func (s *QueryPrimaryContext) GetParser() antlr.Parser { return s.parser }
1708

Callers 1

QueryPrimaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected