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

Method set_total_batches

cpp/src/arrow/acero/sorted_merge_node.cc:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 const std::shared_ptr<arrow::Schema>& get_schema() const { return schema_; }
215
216 void set_total_batches(int n) { total_batches_ = n; }
217
218 private:
219 size_t index_;

Callers 1

InputFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected