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

Method OutputNthBatch

cpp/src/arrow/acero/groupby_aggregate_node.cc:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339Status GroupByNode::OutputNthBatch(int64_t n) {
340 int64_t batch_size = output_batch_size();
341 return output_->InputReceived(this, out_data_.Slice(batch_size * n, batch_size));
342}
343
344Status GroupByNode::OutputResult(bool is_last) {
345 // To simplify merging, ensure that the first grouper is nonempty

Callers

nothing calls this directly

Calls 2

InputReceivedMethod · 0.45
SliceMethod · 0.45

Tested by

no test coverage detected