MCPcopy 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
37def _is_function(item):
38 return isinstance(item, sqlparse.sql.Function)
39
40
41def _is_from(item):

Callers 4

_find_from_tableFunction · 0.85
_parse_identifier_listFunction · 0.85
_parse_comparisonFunction · 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…