MCPcopy 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
34inline bool functionIsJoinGet(const std::string & name)
35{
36 return startsWith(name, "joinGet");
37}
38
39inline bool functionIsDictGet(const std::string & name)
40{

Callers 6

visitFunctionMethod · 0.85
resolveFunctionMethod · 0.85
visitMethod · 0.85
visitMethod · 0.85

Calls 1

startsWithFunction · 0.70

Tested by

no test coverage detected