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

Method Parse

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

Source from the content-addressed store, hash-verified

14392
14393type sqlParser interface {
14394 Parse(sqlLexer) int
14395 Lookahead() int
14396}
14397

Callers 6

sqlParseFunction · 0.65
parseMethod · 0.65
getCacheEntryMethod · 0.65
TypeCheckMethod · 0.65
NewColumnTableDefFunction · 0.65
mainFunction · 0.65

Implementers 1

sqlParserImplpkg/sql/parser/sql.go

Calls

no outgoing calls

Tested by

no test coverage detected