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

Function ExecNode_SourceNode

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

[[acero::export]]

Source from the content-addressed store, hash-verified

474
475// [[acero::export]]
476std::shared_ptr<acero::ExecNode> ExecNode_SourceNode(
477 const std::shared_ptr<acero::ExecPlan>& plan,
478 const std::shared_ptr<arrow::RecordBatchReader>& reader) {
479 arrow::acero::RecordBatchReaderSourceNodeOptions options{reader};
480 return MakeExecNodeOrStop("record_batch_reader_source", plan.get(), {}, options);
481}
482
483// [[acero::export]]
484std::shared_ptr<acero::ExecNode> ExecNode_TableSourceNode(

Callers 1

Calls 2

MakeExecNodeOrStopFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected