Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tobymao/sqlglot
/ moz_sql_parser_parse
Function
moz_sql_parser_parse
benchmarks/parse.py:214–217 ·
view source on GitHub ↗
(sql)
Source
from the content-addressed store, hash-verified
212
213
214
def
moz_sql_parser_parse(sql):
215
import
moz_sql_parser
216
217
moz_sql_parser.parse(sql)
218
219
220
def
sqloxide_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…