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

Method Of_OF_fset

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

Source from the content-addressed store, hash-verified

27655}
27656
27657func (p *SQLiteParser) Of_OF_fset() (localctx IOf_OF_fsetContext) {
27658 localctx = NewOf_OF_fsetContext(p, p.GetParserRuleContext(), p.GetState())
27659 p.EnterRule(localctx, 150, SQLiteParserRULE_of_OF_fset)
27660 p.EnterOuterAlt(localctx, 1)
27661 {
27662 p.SetState(2055)
27663 p.Match(SQLiteParserCOMMA)
27664 if p.HasError() {
27665 // Recognition error - abort rule
27666 goto errorExit
27667 }
27668 }
27669 {
27670 p.SetState(2056)
27671 p.Signed_number()
27672 }
27673
27674errorExit:
27675 if p.HasError() {
27676 v := p.GetError()
27677 localctx.SetException(v)
27678 p.GetErrorHandler().ReportError(p, v)
27679 p.GetErrorHandler().Recover(p, v)
27680 p.SetError(nil)
27681 }
27682 p.ExitRule()
27683 return localctx
27684 goto errorExit // Trick to prevent compiler error if the label is not used
27685}
27686
27687// IDefault_DEFAULT__valueContext is an interface to support dynamic dispatch.
27688type IDefault_DEFAULT__valueContext interface {

Callers 1

Window_functionMethod · 0.95

Calls 4

Signed_numberMethod · 0.95
NewOf_OF_fsetContextFunction · 0.85
EnterRuleMethod · 0.45
ExitRuleMethod · 0.45

Tested by

no test coverage detected