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

Function csv___ReadOptions__use_threads

r/src/csv.cpp:103–106  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

101
102// [[arrow::export]]
103SEXP csv___ReadOptions__use_threads(
104 const std::shared_ptr<arrow::csv::ReadOptions>& options) {
105 return cpp11::as_sexp(options->use_threads);
106}
107
108// [[arrow::export]]
109SEXP csv___ReadOptions__skip_rows_after_names(

Callers 1

Calls 1

as_sexpFunction · 0.85

Tested by

no test coverage detected