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

Function _arrow_csv___TableReader__Read

r/src/arrowExports.cpp:1479–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1477// csv.cpp
1478std::shared_ptr<arrow::Table> csv___TableReader__Read(const std::shared_ptr<arrow::csv::TableReader>& table_reader);
1479extern "C" SEXP _arrow_csv___TableReader__Read(SEXP table_reader_sexp){
1480BEGIN_CPP11
1481 arrow::r::Input<const std::shared_ptr<arrow::csv::TableReader>&>::type table_reader(table_reader_sexp);
1482 return cpp11::as_sexp(csv___TableReader__Read(table_reader));
1483END_CPP11
1484}
1485// csv.cpp
1486std::string TimestampParser__kind(const std::shared_ptr<arrow::TimestampParser>& parser);
1487extern "C" SEXP _arrow_TimestampParser__kind(SEXP parser_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
csv___TableReader__ReadFunction · 0.85

Tested by

no test coverage detected