Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ operator()
Method
operator()
cpp/src/gandiva/function_registry_common.h:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
struct KeyHash {
61
std::size_t operator()(const FunctionSignature* k) const { return k->Hash(); }
62
};
63
64
struct KeyEquals {
Callers
nothing calls this directly
Calls
1
Hash
Method · 0.45
Tested by
no test coverage detected