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

Function ExecNode_Union

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

[[acero::export]]

Source from the content-addressed store, hash-verified

450
451// [[acero::export]]
452std::shared_ptr<acero::ExecNode> ExecNode_Union(
453 const std::shared_ptr<acero::ExecNode>& input,
454 const std::shared_ptr<acero::ExecNode>& right_data) {
455 return MakeExecNodeOrStop("union", input->plan(), {input.get(), right_data.get()}, {});
456}
457
458// [[acero::export]]
459std::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