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

Method CanAddFunction

cpp/src/arrow/compute/registry.cc:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230FunctionRegistry::~FunctionRegistry() {}
231
232Status FunctionRegistry::CanAddFunction(std::shared_ptr<Function> function,
233 bool allow_overwrite) {
234 return impl_->CanAddFunction(std::move(function), allow_overwrite);
235}
236
237Status FunctionRegistry::AddFunction(std::shared_ptr<Function> function,
238 bool allow_overwrite) {

Callers 4

CanAddFunctionMethod · 0.45
AddFunctionMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

ASSERT_OK_AND_ASSIGNFunction · 0.36
TESTFunction · 0.36