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

Function ExecNode_TableSourceNode

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

[[acero::export]]

Source from the content-addressed store, hash-verified

484
485// [[acero::export]]
486std::shared_ptr<acero::ExecNode> ExecNode_TableSourceNode(
487 const std::shared_ptr<acero::ExecPlan>& plan,
488 const std::shared_ptr<arrow::Table>& table) {
489 arrow::acero::TableSourceNodeOptions options{/*table=*/table,
490 // TODO: make batch_size configurable
491 /*batch_size=*/1048576};
492
493 return MakeExecNodeOrStop("table_source", plan.get(), {}, options);
494}
495
496#endif
497

Callers 1

Calls 2

MakeExecNodeOrStopFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected