MCPcopy
hub / github.com/sqlc-dev/sqlc / NewParser

Function NewParser

internal/engine/dolphin/parse.go:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16)
17
18func NewParser() *Parser {
19 return &Parser{parser.New()}
20}
21
22type Parser struct {
23 pingcap *parser.Parser

Callers 4

NewCompilerFunction · 0.92
TestExpandMySQLFunction · 0.92
TestFormatFunction · 0.92
parse.goFile · 0.92

Calls

no outgoing calls

Tested by 2

TestExpandMySQLFunction · 0.74
TestFormatFunction · 0.74