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

Method Base_window_name

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

Source from the content-addressed store, hash-verified

32488}
32489
32490func (p *SQLiteParser) Base_window_name() (localctx IBase_window_nameContext) {
32491 localctx = NewBase_window_nameContext(p, p.GetParserRuleContext(), p.GetState())
32492 p.EnterRule(localctx, 220, SQLiteParserRULE_base_window_name)
32493 p.EnterOuterAlt(localctx, 1)
32494 {
32495 p.SetState(2158)
32496 p.Any_name()
32497 }
32498
32499errorExit:
32500 if p.HasError() {
32501 v := p.GetError()
32502 localctx.SetException(v)
32503 p.GetErrorHandler().ReportError(p, v)
32504 p.GetErrorHandler().Recover(p, v)
32505 p.SetError(nil)
32506 }
32507 p.ExitRule()
32508 return localctx
32509 goto errorExit // Trick to prevent compiler error if the label is not used
32510}
32511
32512// ISimple_funcContext is an interface to support dynamic dispatch.
32513type ISimple_funcContext interface {

Callers 2

Window_defnMethod · 0.95
Over_clauseMethod · 0.95

Calls 4

Any_nameMethod · 0.95
EnterRuleMethod · 0.45
ExitRuleMethod · 0.45

Tested by

no test coverage detected