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

Function _arrow_compute__GetFunctionNames

r/src/arrowExports.cpp:1349–1353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1347// compute.cpp
1348std::vector<std::string> compute__GetFunctionNames();
1349extern "C" SEXP _arrow_compute__GetFunctionNames(){
1350BEGIN_CPP11
1351 return cpp11::as_sexp(compute__GetFunctionNames());
1352END_CPP11
1353}
1354// compute.cpp
1355void compute__Initialize();
1356extern "C" SEXP _arrow_compute__Initialize(){

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected