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

Function _arrow_csv___ReadOptions__use_threads

r/src/arrowExports.cpp:1453–1458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1451// csv.cpp
1452SEXP csv___ReadOptions__use_threads(const std::shared_ptr<arrow::csv::ReadOptions>& options);
1453extern "C" SEXP _arrow_csv___ReadOptions__use_threads(SEXP options_sexp){
1454BEGIN_CPP11
1455 arrow::r::Input<const std::shared_ptr<arrow::csv::ReadOptions>&>::type options(options_sexp);
1456 return cpp11::as_sexp(csv___ReadOptions__use_threads(options));
1457END_CPP11
1458}
1459// csv.cpp
1460SEXP csv___ReadOptions__skip_rows_after_names(const std::shared_ptr<arrow::csv::ReadOptions>& options);
1461extern "C" SEXP _arrow_csv___ReadOptions__skip_rows_after_names(SEXP options_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected