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

Function _arrow_csv___ReadOptions__autogenerate_column_names

r/src/arrowExports.cpp:1445–1450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1443// csv.cpp
1444SEXP csv___ReadOptions__autogenerate_column_names(const std::shared_ptr<arrow::csv::ReadOptions>& options);
1445extern "C" SEXP _arrow_csv___ReadOptions__autogenerate_column_names(SEXP options_sexp){
1446BEGIN_CPP11
1447 arrow::r::Input<const std::shared_ptr<arrow::csv::ReadOptions>&>::type options(options_sexp);
1448 return cpp11::as_sexp(csv___ReadOptions__autogenerate_column_names(options));
1449END_CPP11
1450}
1451// csv.cpp
1452SEXP csv___ReadOptions__use_threads(const std::shared_ptr<arrow::csv::ReadOptions>& options);
1453extern "C" SEXP _arrow_csv___ReadOptions__use_threads(SEXP options_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected