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

Function _arrow_ExecPlanReader__PlanStatus

r/src/arrowExports.cpp:977–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975#if defined(ARROW_R_WITH_ACERO)
976std::string ExecPlanReader__PlanStatus(const std::shared_ptr<ExecPlanReader>& reader);
977extern "C" SEXP _arrow_ExecPlanReader__PlanStatus(SEXP reader_sexp){
978BEGIN_CPP11
979 arrow::r::Input<const std::shared_ptr<ExecPlanReader>&>::type reader(reader_sexp);
980 return cpp11::as_sexp(ExecPlanReader__PlanStatus(reader));
981END_CPP11
982}
983#else
984extern "C" SEXP _arrow_ExecPlanReader__PlanStatus(SEXP reader_sexp){
985 Rf_error("Cannot call ExecPlanReader__PlanStatus(). 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