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

Function _arrow_ExecPlanReader__Plan

r/src/arrowExports.cpp:962–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960#if defined(ARROW_R_WITH_ACERO)
961std::shared_ptr<acero::ExecPlan> ExecPlanReader__Plan(const std::shared_ptr<ExecPlanReader>& reader);
962extern "C" SEXP _arrow_ExecPlanReader__Plan(SEXP reader_sexp){
963BEGIN_CPP11
964 arrow::r::Input<const std::shared_ptr<ExecPlanReader>&>::type reader(reader_sexp);
965 return cpp11::as_sexp(ExecPlanReader__Plan(reader));
966END_CPP11
967}
968#else
969extern "C" SEXP _arrow_ExecPlanReader__Plan(SEXP reader_sexp){
970 Rf_error("Cannot call ExecPlanReader__Plan(). 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
ExecPlanReader__PlanFunction · 0.85

Tested by

no test coverage detected