Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
def
_is_comparison(item):
90
return
isinstance(item, sqlparse.sql.Comparison)
91
92
93
def
_is_comparison_operator(item):
Callers
3
_find_from_table
Function · 0.85
_parse_where
Function · 0.85
populate_sql
Function · 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…