MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / sqlParse

Function sqlParse

pkg/sql/parser/sql.go:14531–14533  ·  view source on GitHub ↗
(sqllex sqlLexer)

Source from the content-addressed store, hash-verified

14529}
14530
14531func sqlParse(sqllex sqlLexer) int {
14532 return sqlNewParser().Parse(sqllex)
14533}
14534
14535func (sqlrcvr *sqlParserImpl) Parse(sqllex sqlLexer) int {
14536 var sqln int

Callers

nothing calls this directly

Calls 2

sqlNewParserFunction · 0.85
ParseMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…