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

Function _is_comparison

language/xsp/data_preprocessing/sql_parsing.py:89–90  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

87
88
89def _is_comparison(item):
90 return isinstance(item, sqlparse.sql.Comparison)
91
92
93def _is_comparison_operator(item):

Callers 3

_find_from_tableFunction · 0.85
_parse_whereFunction · 0.85
populate_sqlFunction · 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…