MCPcopy 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
60struct KeyHash {
61 std::size_t operator()(const FunctionSignature* k) const { return k->Hash(); }
62};
63
64struct KeyEquals {

Callers

nothing calls this directly

Calls 1

HashMethod · 0.45

Tested by

no test coverage detected