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

Function NewIndexed_columnContext

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

Source from the content-addressed store, hash-verified

4681func (*Indexed_columnContext) IsIndexed_columnContext() {}
4682
4683func NewIndexed_columnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Indexed_columnContext {
4684 var p = new(Indexed_columnContext)
4685
4686 antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState)
4687
4688 p.parser = parser
4689 p.RuleIndex = SQLiteParserRULE_indexed_column
4690
4691 return p
4692}
4693
4694func (s *Indexed_columnContext) GetParser() antlr.Parser { return s.parser }
4695

Callers 1

Indexed_columnMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected