Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ sqlNewParser
Function
sqlNewParser
pkg/sql/parser/sql.go:14408–14410 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14406
}
14407
14408
func
sqlNewParser() sqlParser {
14409
return
&sqlParserImpl{}
14410
}
14411
14412
const
sqlFlag = -1000
14413
Callers
1
sqlParse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…