MCPcopy 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
214def moz_sql_parser_parse(sql):
215 import moz_sql_parser
216
217 moz_sql_parser.parse(sql)
218
219
220def sqloxide_parse(sql):

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…