MCPcopy 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
26def _identifier_is_function(identifier):
27 return any(isinstance(t, Function) for t in identifier.tokens)
28
29
30def extract_from_part(parsed, stop_at_punctuation=True):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected