MCPcopy Create free account
hub / github.com/uber/aresdb / NewPredicatedContext

Function NewPredicatedContext

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

Source from the content-addressed store, hash-verified

5370func (*PredicatedContext) IsPredicatedContext() {}
5371
5372func NewPredicatedContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PredicatedContext {
5373 var p = new(PredicatedContext)
5374
5375 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
5376
5377 p.parser = parser
5378 p.RuleIndex = SqlBaseParserRULE_predicated
5379
5380 return p
5381}
5382
5383func (s *PredicatedContext) GetParser() antlr.Parser { return s.parser }
5384

Callers 1

PredicatedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected