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

Function NewWithContext

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

Source from the content-addressed store, hash-verified

1002func (*WithContext) IsWithContext() {}
1003
1004func NewWithContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *WithContext {
1005 var p = new(WithContext)
1006
1007 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
1008
1009 p.parser = parser
1010 p.RuleIndex = SqlBaseParserRULE_with
1011
1012 return p
1013}
1014
1015func (s *WithContext) GetParser() antlr.Parser { return s.parser }
1016

Callers 1

WithMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected