| 1486 | // csv.cpp |
| 1487 | std::shared_ptr<arrow::Table> csv___TableReader__Read(const std::shared_ptr<arrow::csv::TableReader>& table_reader); |
| 1488 | extern "C" SEXP _arrow_csv___TableReader__Read(SEXP table_reader_sexp){ |
| 1489 | BEGIN_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)); |
| 1492 | END_CPP11 |
| 1493 | } |
| 1494 | // csv.cpp |
| 1495 | std::string TimestampParser__kind(const std::shared_ptr<arrow::TimestampParser>& parser); |
| 1496 | extern "C" SEXP _arrow_TimestampParser__kind(SEXP parser_sexp){ |
nothing calls this directly
no test coverage detected