| 2121 | #if defined(ARROW_R_WITH_DATASET) |
| 2122 | std::shared_ptr<arrow::Schema> dataset___PartitioningFactory__Inspect(const std::shared_ptr<ds::PartitioningFactory>& factory, const std::vector<std::string>& paths); |
| 2123 | extern "C" SEXP _arrow_dataset___PartitioningFactory__Inspect(SEXP factory_sexp, SEXP paths_sexp){ |
| 2124 | BEGIN_CPP11 |
| 2125 | arrow::r::Input<const std::shared_ptr<ds::PartitioningFactory>&>::type factory(factory_sexp); |
| 2126 | arrow::r::Input<const std::vector<std::string>&>::type paths(paths_sexp); |
| 2127 | return cpp11::as_sexp(dataset___PartitioningFactory__Inspect(factory, paths)); |
| 2128 | END_CPP11 |
| 2129 | } |
| 2130 | #else |
| 2131 | extern "C" SEXP _arrow_dataset___PartitioningFactory__Inspect(SEXP factory_sexp, SEXP paths_sexp){ |
| 2132 | Rf_error("Cannot call dataset___PartitioningFactory__Inspect(). See https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow C++ libraries. "); |
nothing calls this directly
no test coverage detected