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

Function ExecNode_TableSourceNode

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

[[acero::export]]

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

MakeExecNodeOrStopFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected