Function
NewGroupByContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2552 | func (*GroupByContext) IsGroupByContext() {} |
| 2553 | |
| 2554 | func 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 | |
| 2565 | func (s *GroupByContext) GetParser() antlr.Parser { return s.parser } |
| 2566 | |
Tested by
no test coverage detected