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

Function NewOrder_by_stmtContext

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

Source from the content-addressed store, hash-verified

25479func (*Order_by_stmtContext) IsOrder_by_stmtContext() {}
25480
25481func NewOrder_by_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Order_by_stmtContext {
25482 var p = new(Order_by_stmtContext)
25483
25484 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
25485
25486 p.parser = parser
25487 p.RuleIndex = SQLiteParserRULE_order_by_stmt
25488
25489 return p
25490}
25491
25492func (s *Order_by_stmtContext) GetParser() antlr.Parser { return s.parser }
25493

Callers 1

Order_by_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected