MCPcopy Index your code
hub / github.com/uber/aresdb / NewQueryTermContext

Function NewQueryTermContext

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

Source from the content-addressed store, hash-verified

1368func (*QueryTermContext) IsQueryTermContext() {}
1369
1370func NewQueryTermContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QueryTermContext {
1371 var p = new(QueryTermContext)
1372
1373 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
1374
1375 p.parser = parser
1376 p.RuleIndex = SqlBaseParserRULE_queryTerm
1377
1378 return p
1379}
1380
1381func (s *QueryTermContext) GetParser() antlr.Parser { return s.parser }
1382

Callers 1

queryTermMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected