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

Function Table__from_ExecPlanReader

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

[[acero::export]]

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

ValueOrStopFunction · 0.85
ToTableMethod · 0.45

Tested by

no test coverage detected