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

Method DeliverBatchesInOrder

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

Source from the content-addressed store, hash-verified

292 }
293
294 void DeliverBatchesInOrder(bool slow) {
295 std::ignore = DeliverInit(slow).Then(
296 [this, slow] { fragment_scanner_->DeliverBatchesInOrder(slow); });
297 }
298
299 Future<> DeliverBatchesRandomly(bool slow, ConcurrentGen* gen) {
300 return DeliverInit(slow).Then(

Callers

nothing calls this directly

Calls 2

ThenMethod · 0.80
DeliverBatchesInOrderMethod · 0.45

Tested by

no test coverage detected