[[arrow::export]]
| 83 | |
| 84 | // [[arrow::export]] |
| 85 | SEXP csv___ReadOptions__block_size( |
| 86 | const std::shared_ptr<arrow::csv::ReadOptions>& options) { |
| 87 | return cpp11::as_sexp(options->block_size); |
| 88 | } |
| 89 | |
| 90 | // [[arrow::export]] |
| 91 | SEXP csv___ReadOptions__skip_rows( |
no test coverage detected