Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tobymao/sqlglot
/ sqlparse_parse
Function
sqlparse_parse
benchmarks/parse.py:208–211 ·
view source on GitHub ↗
(sql)
Source
from the content-addressed store, hash-verified
206
207
208
def
sqlparse_parse(sql):
209
import
sqlparse
210
211
sqlparse.parse(sql)
212
213
214
def
moz_sql_parser_parse(sql):
Callers
nothing calls this directly
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…