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

Method HasStarted

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

Source from the content-addressed store, hash-verified

221 }
222
223 bool HasStarted(int batch_number) { return has_started_[batch_number]; }
224 bool HasDelivered(int batch_number) {
225 return scan_tasks_[batch_number].batch_future.is_finished();
226 }

Callers 1

HasBatchStartedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected