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

Function _arrow_csv___ReadOptions__column_names

r/src/arrowExports.cpp:1421–1426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419// csv.cpp
1420SEXP csv___ReadOptions__column_names(const std::shared_ptr<arrow::csv::ReadOptions>& options);
1421extern "C" SEXP _arrow_csv___ReadOptions__column_names(SEXP options_sexp){
1422BEGIN_CPP11
1423 arrow::r::Input<const std::shared_ptr<arrow::csv::ReadOptions>&>::type options(options_sexp);
1424 return cpp11::as_sexp(csv___ReadOptions__column_names(options));
1425END_CPP11
1426}
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){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected