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

Method FinishScanBegin

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

Source from the content-addressed store, hash-verified

277
278 void FinishInspection() { inspected_future_.MarkFinished(inspected_); }
279 void FinishScanBegin() { fragment_scanner_future_.MarkFinished(fragment_scanner_); }
280
281 Future<> DeliverInit(bool slow) {
282 if (slow) {

Callers 1

CheckScannerBackpressureFunction · 0.80

Calls 1

MarkFinishedMethod · 0.45

Tested by

no test coverage detected