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

Function NewGroupingElementContext

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

Source from the content-addressed store, hash-verified

2702func (*GroupingElementContext) IsGroupingElementContext() {}
2703
2704func NewGroupingElementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *GroupingElementContext {
2705 var p = new(GroupingElementContext)
2706
2707 p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState)
2708
2709 p.parser = parser
2710 p.RuleIndex = SqlBaseParserRULE_groupingElement
2711
2712 return p
2713}
2714
2715func (s *GroupingElementContext) GetParser() antlr.Parser { return s.parser }
2716

Callers 1

GroupingElementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected