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

Function _arrow_Table__from_ExecPlanReader

r/src/arrowExports.cpp:947–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945#if defined(ARROW_R_WITH_ACERO)
946std::shared_ptr<arrow::Table> Table__from_ExecPlanReader(const std::shared_ptr<arrow::RecordBatchReader>& reader);
947extern "C" SEXP _arrow_Table__from_ExecPlanReader(SEXP reader_sexp){
948BEGIN_CPP11
949 arrow::r::Input<const std::shared_ptr<arrow::RecordBatchReader>&>::type reader(reader_sexp);
950 return cpp11::as_sexp(Table__from_ExecPlanReader(reader));
951END_CPP11
952}
953#else
954extern "C" SEXP _arrow_Table__from_ExecPlanReader(SEXP reader_sexp){
955 Rf_error("Cannot call Table__from_ExecPlanReader(). 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