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

Function _arrow_csv___ReadOptions__block_size

r/src/arrowExports.cpp:1429–1434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1427// csv.cpp
1428SEXP csv___ReadOptions__block_size(const std::shared_ptr<arrow::csv::ReadOptions>& options);
1429extern "C" SEXP _arrow_csv___ReadOptions__block_size(SEXP options_sexp){
1430BEGIN_CPP11
1431 arrow::r::Input<const std::shared_ptr<arrow::csv::ReadOptions>&>::type options(options_sexp);
1432 return cpp11::as_sexp(csv___ReadOptions__block_size(options));
1433END_CPP11
1434}
1435// csv.cpp
1436SEXP csv___ReadOptions__skip_rows(const std::shared_ptr<arrow::csv::ReadOptions>& options);
1437extern "C" SEXP _arrow_csv___ReadOptions__skip_rows(SEXP options_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected