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

Function ExecNode_Fetch

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

[[acero::export]]

Source from the content-addressed store, hash-verified

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