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

Function compute__GetFunctionNames

r/src/compute.cpp:621–623  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

619
620// [[arrow::export]]
621std::vector<std::string> compute__GetFunctionNames() {
622 return arrow::compute::GetFunctionRegistry()->GetFunctionNames();
623}
624
625// [[arrow::export]]
626void compute__Initialize() {

Callers 1

Calls 2

GetFunctionRegistryFunction · 0.85
GetFunctionNamesMethod · 0.45

Tested by

no test coverage detected