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

Function _arrow_csv___TableReader__Read

r/src/arrowExports.cpp:1488–1493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486// csv.cpp
1487std::shared_ptr<arrow::Table> csv___TableReader__Read(const std::shared_ptr<arrow::csv::TableReader>& table_reader);
1488extern "C" SEXP _arrow_csv___TableReader__Read(SEXP table_reader_sexp){
1489BEGIN_CPP11
1490 arrow::r::Input<const std::shared_ptr<arrow::csv::TableReader>&>::type table_reader(table_reader_sexp);
1491 return cpp11::as_sexp(csv___TableReader__Read(table_reader));
1492END_CPP11
1493}
1494// csv.cpp
1495std::string TimestampParser__kind(const std::shared_ptr<arrow::TimestampParser>& parser);
1496extern "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