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

Method Window_name

internal/engine/sqlite/parser/sqlite_parser.go:32178–32198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32176}
32177
32178func (p *SQLiteParser) Window_name() (localctx IWindow_nameContext) {
32179 localctx = NewWindow_nameContext(p, p.GetParserRuleContext(), p.GetState())
32180 p.EnterRule(localctx, 214, SQLiteParserRULE_window_name)
32181 p.EnterOuterAlt(localctx, 1)
32182 {
32183 p.SetState(2152)
32184 p.Any_name()
32185 }
32186
32187errorExit:
32188 if p.HasError() {
32189 v := p.GetError()
32190 localctx.SetException(v)
32191 p.GetErrorHandler().ReportError(p, v)
32192 p.GetErrorHandler().Recover(p, v)
32193 p.SetError(nil)
32194 }
32195 p.ExitRule()
32196 return localctx
32197 goto errorExit // Trick to prevent compiler error if the label is not used
32198}
32199
32200// IAliasContext is an interface to support dynamic dispatch.
32201type IAliasContext interface {

Callers 3

Select_coreMethod · 0.95
Over_clauseMethod · 0.95

Calls 4

Any_nameMethod · 0.95
NewWindow_nameContextFunction · 0.85
EnterRuleMethod · 0.45
ExitRuleMethod · 0.45

Tested by

no test coverage detected