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

Function _arrow_runtime_info

r/src/arrowExports.cpp:1381–1385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1379// config.cpp
1380std::vector<std::string> runtime_info();
1381extern "C" SEXP _arrow_runtime_info(){
1382BEGIN_CPP11
1383 return cpp11::as_sexp(runtime_info());
1384END_CPP11
1385}
1386// csv.cpp
1387std::shared_ptr<arrow::csv::WriteOptions> csv___WriteOptions__initialize(cpp11::list options);
1388extern "C" SEXP _arrow_csv___WriteOptions__initialize(SEXP options_sexp){

Callers

nothing calls this directly

Calls 1

runtime_infoFunction · 0.85

Tested by

no test coverage detected