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