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

Function _arrow_dataset___PartitioningFactory__Inspect

r/src/arrowExports.cpp:2114–2120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2112#if defined(ARROW_R_WITH_DATASET)
2113std::shared_ptr<arrow::Schema> dataset___PartitioningFactory__Inspect(const std::shared_ptr<ds::PartitioningFactory>& factory, const std::vector<std::string>& paths);
2114extern "C" SEXP _arrow_dataset___PartitioningFactory__Inspect(SEXP factory_sexp, SEXP paths_sexp){
2115BEGIN_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));
2119END_CPP11
2120}
2121#else
2122extern "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. ");

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected