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

Method begin

cpp/src/gandiva/function_registry.cc:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67FunctionRegistry::FunctionRegistry() { pc_registry_.reserve(kMaxFunctionSignatures); }
68
69FunctionRegistry::iterator FunctionRegistry::begin() const {
70 return &(*pc_registry_.begin());
71}
72
73FunctionRegistry::iterator FunctionRegistry::end() const {
74 return &(*pc_registry_.end());

Callers 15

TEST_FFunction · 0.45
FunctionSignatureMethod · 0.45
AddTraceMethod · 0.45
insertMethod · 0.45
getMethod · 0.45
GetMatchesMethod · 0.45
ToInternalFormatMethod · 0.45
RemoveUnusedFunctionsMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36