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

Function NewPartition_byContext

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

Source from the content-addressed store, hash-verified

27838func (*Partition_byContext) IsPartition_byContext() {}
27839
27840func NewPartition_byContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partition_byContext {
27841 var p = new(Partition_byContext)
27842
27843 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
27844
27845 p.parser = parser
27846 p.RuleIndex = SQLiteParserRULE_partition_by
27847
27848 return p
27849}
27850
27851func (s *Partition_byContext) GetParser() antlr.Parser { return s.parser }
27852

Callers 1

Partition_byMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected