MCPcopy Create free account
hub / github.com/apache/arrow / LookupSignature

Method LookupSignature

cpp/src/gandiva/function_registry.cc:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81const NativeFunction* FunctionRegistry::LookupSignature(
82 const FunctionSignature& signature) const {
83 const auto got = pc_registry_map_.find(&signature);
84 return got == pc_registry_map_.end() ? nullptr : got->second;
85}
86
87Status FunctionRegistry::Add(NativeFunction func) {
88 if (pc_registry_.size() == kMaxFunctionSignatures) {

Callers 6

TEST_FFunction · 0.80
TEST_FFunction · 0.80
VisitMethod · 0.80
VisitMethod · 0.80
TEST_FFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64