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

Function ExecNode_Union

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

[[acero::export]]

Source from the content-addressed store, hash-verified

452
453// [[acero::export]]
454std::shared_ptr<acero::ExecNode> ExecNode_Union(
455 const std::shared_ptr<acero::ExecNode>& input,
456 const std::shared_ptr<acero::ExecNode>& right_data) {
457 return MakeExecNodeOrStop("union", input->plan(), {input.get(), right_data.get()}, {});
458}
459
460// [[acero::export]]
461std::shared_ptr<acero::ExecNode> ExecNode_Fetch(

Callers 1

_arrow_ExecNode_UnionFunction · 0.85

Calls 2

MakeExecNodeOrStopFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected