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

Method DeliverBatchesRandomly

cpp/src/arrow/dataset/scanner_test.cc:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 }
298
299 Future<> DeliverBatchesRandomly(bool slow, ConcurrentGen* gen) {
300 return DeliverInit(slow).Then(
301 [this, slow, gen] { fragment_scanner_->DeliverBatchesRandomly(slow, gen); });
302 }
303
304 bool has_inspected() { return has_inspected_; }
305 bool has_started() { return has_started_; }

Callers

nothing calls this directly

Calls 2

ThenMethod · 0.80

Tested by

no test coverage detected