Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ hasFunction
Method
hasFunction
src/Analyzer/Utils.cpp:840–843 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
838
}
839
840
bool hasFunction() const
841
{
842
return has_function;
843
}
844
845
private:
846
std::string_view function_name;
Callers
1
hasFunctionNode
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected