Function
NewWindow_functionContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 26791 | func (*Window_functionContext) IsWindow_functionContext() {} |
| 26792 | |
| 26793 | func NewWindow_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Window_functionContext { |
| 26794 | var p = new(Window_functionContext) |
| 26795 | |
| 26796 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 26797 | |
| 26798 | p.parser = parser |
| 26799 | p.RuleIndex = SQLiteParserRULE_window_function |
| 26800 | |
| 26801 | return p |
| 26802 | } |
| 26803 | |
| 26804 | func (s *Window_functionContext) GetParser() antlr.Parser { return s.parser } |
| 26805 | |
Tested by
no test coverage detected