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

Function Table__from_ExecPlanReader

r/src/compute-exec.cpp:201–207  ·  view source on GitHub ↗

[[acero::export]]

Source from the content-addressed store, hash-verified

199
200// [[acero::export]]
201std::shared_ptr<arrow::Table> Table__from_ExecPlanReader(
202 const std::shared_ptr<arrow::RecordBatchReader>& reader) {
203 auto result = RunWithCapturedRIfPossible<std::shared_ptr<arrow::Table>>(
204 [&]() { return reader->ToTable(); });
205
206 return ValueOrStop(result);
207}
208
209// [[acero::export]]
210std::shared_ptr<acero::ExecPlan> ExecPlanReader__Plan(

Callers 1

Calls 2

ValueOrStopFunction · 0.85
ToTableMethod · 0.45

Tested by

no test coverage detected