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

Function _arrow_ExecPlanReader__batches

r/src/arrowExports.cpp:932–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930#if defined(ARROW_R_WITH_ACERO)
931cpp11::list ExecPlanReader__batches(const std::shared_ptr<arrow::RecordBatchReader>& reader);
932extern "C" SEXP _arrow_ExecPlanReader__batches(SEXP reader_sexp){
933BEGIN_CPP11
934 arrow::r::Input<const std::shared_ptr<arrow::RecordBatchReader>&>::type reader(reader_sexp);
935 return cpp11::as_sexp(ExecPlanReader__batches(reader));
936END_CPP11
937}
938#else
939extern "C" SEXP _arrow_ExecPlanReader__batches(SEXP reader_sexp){
940 Rf_error("Cannot call ExecPlanReader__batches(). 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__batchesFunction · 0.85

Tested by

no test coverage detected