MCPcopy Create free account
hub / github.com/google-research/language / ParseError

Class ParseError

language/xsp/data_preprocessing/abstract_sql.py:94–96  ·  view source on GitHub ↗

This exception indicates an unexpected condition during parsing.

Source from the content-addressed store, hash-verified

92
93
94class ParseError(Exception):
95 """This exception indicates an unexpected condition during parsing."""
96 pass
97
98
99class UnsupportedSqlError(Exception):

Callers 7

make_sql_spanFunction · 0.70
_is_table_mentionFunction · 0.70
_get_sql_columnFunction · 0.70
_get_sql_tableFunction · 0.70
sql_to_sql_spansFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…