Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-research/language
/ _is_function
Function
_is_function
language/xsp/data_preprocessing/sql_parsing.py:37–38 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
35
36
37
def
_is_function(item):
38
return
isinstance(item, sqlparse.sql.Function)
39
40
41
def
_is_from(item):
Callers
4
_find_from_table
Function · 0.85
_parse_identifier_list
Function · 0.85
_parse_comparison
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…