Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ functionIsJoinGet
Function
functionIsJoinGet
src/Interpreters/misc.h:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
inline bool functionIsJoinGet(const std::string & name)
35
{
36
return startsWith(name,
"joinGet"
);
37
}
38
39
inline bool functionIsDictGet(const std::string & name)
40
{
Callers
6
getPositionOfTableNameArgumentToEvaluate
Method · 0.85
extractTableNameFromArgument
Method · 0.85
visitFunction
Method · 0.85
resolveFunction
Method · 0.85
visit
Method · 0.85
visit
Method · 0.85
Calls
1
startsWith
Function · 0.70
Tested by
no test coverage detected