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

Method HasBatchStarted

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

Source from the content-addressed store, hash-verified

304 bool has_inspected() { return has_inspected_; }
305 bool has_started() { return has_started_; }
306 bool HasBatchStarted(int batch_index) {
307 return fragment_scanner_->HasStarted(batch_index);
308 }
309 bool HasBatchDelivered(int batch_index) {
310 return fragment_scanner_->HasDelivered(batch_index);
311 }

Callers 2

HasStartedBatchMethod · 0.80
CheckScannerBackpressureFunction · 0.80

Calls 1

HasStartedMethod · 0.80

Tested by

no test coverage detected