MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / NewWindow_functionContext

Function NewWindow_functionContext

internal/engine/sqlite/parser/sqlite_parser.go:26793–26802  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

26791func (*Window_functionContext) IsWindow_functionContext() {}
26792
26793func 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
26804func (s *Window_functionContext) GetParser() antlr.Parser { return s.parser }
26805

Callers 1

Window_functionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected