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

Function NewQueryNoWithContext

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

Source from the content-addressed store, hash-verified

1159func (*QueryNoWithContext) IsQueryNoWithContext() {}
1160
1161func NewQueryNoWithContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *QueryNoWithContext {
1162 var p = new(QueryNoWithContext)
1163
1164 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
1165
1166 p.parser = parser
1167 p.RuleIndex = SqlBaseParserRULE_queryNoWith
1168
1169 return p
1170}
1171
1172func (s *QueryNoWithContext) GetParser() antlr.Parser { return s.parser }
1173

Callers 1

QueryNoWithMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected