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

Method GetFunctionNames

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

Source from the content-addressed store, hash-verified

265}
266
267std::vector<std::string> FunctionRegistry::GetFunctionNames() const {
268 return impl_->GetFunctionNames();
269}
270
271Result<const FunctionOptionsType*> FunctionRegistry::GetFunctionOptionsType(
272 const std::string& name) const {

Callers 6

garrow_function_allFunction · 0.45
GetFunctionNamesMethod · 0.45
TEST_PFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_PFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TESTFunction · 0.36