| 2112 | #if defined(ARROW_R_WITH_DATASET) |
| 2113 | std::shared_ptr<arrow::Schema> dataset___PartitioningFactory__Inspect(const std::shared_ptr<ds::PartitioningFactory>& factory, const std::vector<std::string>& paths); |
| 2114 | extern "C" SEXP _arrow_dataset___PartitioningFactory__Inspect(SEXP factory_sexp, SEXP paths_sexp){ |
| 2115 | BEGIN_CPP11 |
| 2116 | arrow::r::Input<const std::shared_ptr<ds::PartitioningFactory>&>::type factory(factory_sexp); |
| 2117 | arrow::r::Input<const std::vector<std::string>&>::type paths(paths_sexp); |
| 2118 | return cpp11::as_sexp(dataset___PartitioningFactory__Inspect(factory, paths)); |
| 2119 | END_CPP11 |
| 2120 | } |
| 2121 | #else |
| 2122 | extern "C" SEXP _arrow_dataset___PartitioningFactory__Inspect(SEXP factory_sexp, SEXP paths_sexp){ |
| 2123 | 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