Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dbcli/mssql-cli
/ _identifier_is_function
Function
_identifier_is_function
mssqlcli/packages/parseutils/tables.py:26–27 ·
view source on GitHub ↗
(identifier)
Source
from the content-addressed store, hash-verified
24
25
26
def
_identifier_is_function(identifier):
27
return
any(isinstance(t, Function)
for
t in identifier.tokens)
28
29
30
def
extract_from_part(parsed, stop_at_punctuation=True):
Callers
1
extract_table_identifiers
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected