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

Function csv___ReadOptions__block_size

r/src/csv.cpp:85–88  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

83
84// [[arrow::export]]
85SEXP 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]]
91SEXP csv___ReadOptions__skip_rows(

Callers 1

Calls 1

as_sexpFunction · 0.85

Tested by

no test coverage detected