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

Method end

cpp/src/gandiva/function_registry.cc:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73FunctionRegistry::iterator FunctionRegistry::end() const {
74 return &(*pc_registry_.end());
75}
76
77FunctionRegistry::iterator FunctionRegistry::back() const {
78 return &(pc_registry_.back());

Callers 15

parquet_types.cppFile · 0.45
to_stringFunction · 0.45
TEST_FFunction · 0.45
VisitMethod · 0.45
translate_utf8_utf8_utf8Function · 0.45
FunctionSignatureMethod · 0.45
containsMethod · 0.45
insertMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36