Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14393
type
sqlParser
interface
{
14394
Parse(sqlLexer) int
14395
Lookahead() int
14396
}
14397
Callers
6
sqlParse
Function · 0.65
parse
Method · 0.65
getCacheEntry
Method · 0.65
TypeCheck
Method · 0.65
NewColumnTableDef
Function · 0.65
main
Function · 0.65
Implementers
1
sqlParserImpl
pkg/sql/parser/sql.go
Calls
no outgoing calls
Tested by
no test coverage detected