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

Function ExecNode_SourceNode

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

[[acero::export]]

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

MakeExecNodeOrStopFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected