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

Function ExecNode_Fetch

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

[[acero::export]]

Source from the content-addressed store, hash-verified

459
460// [[acero::export]]
461std::shared_ptr<acero::ExecNode> ExecNode_Fetch(
462 const std::shared_ptr<acero::ExecNode>& input, int64_t offset, int64_t limit) {
463 return MakeExecNodeOrStop("fetch", input->plan(), {input.get()},
464 acero::FetchNodeOptions{offset, limit});
465}
466
467// [[acero::export]]
468std::shared_ptr<acero::ExecNode> ExecNode_OrderBy(

Callers 1

_arrow_ExecNode_FetchFunction · 0.85

Calls 2

MakeExecNodeOrStopFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected