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

Function NewGroupByContext

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

Source from the content-addressed store, hash-verified

2552func (*GroupByContext) IsGroupByContext() {}
2553
2554func NewGroupByContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *GroupByContext {
2555 var p = new(GroupByContext)
2556
2557 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
2558
2559 p.parser = parser
2560 p.RuleIndex = SqlBaseParserRULE_groupBy
2561
2562 return p
2563}
2564
2565func (s *GroupByContext) GetParser() antlr.Parser { return s.parser }
2566

Callers 1

GroupByMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected