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

Method GetFunction

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

Source from the content-addressed store, hash-verified

260}
261
262Result<std::shared_ptr<Function>> FunctionRegistry::GetFunction(
263 const std::string& name) const {
264 return impl_->GetFunction(name);
265}
266
267std::vector<std::string> FunctionRegistry::GetFunctionNames() const {
268 return impl_->GetFunctionNames();

Callers 11

garrow_function_findFunction · 0.45
garrow_function_allFunction · 0.45
InitKernelFunction · 0.45
IsScalarExpressionMethod · 0.45
GetFunctionMethod · 0.45
BM_AddDispatchFunction · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_PFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36