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

Method HasStartedBatch

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

Source from the content-addressed store, hash-verified

375 return fragments_[fragment_index]->has_started();
376 }
377 bool HasStartedBatch(int fragment_index, int batch_index) {
378 return fragments_[fragment_index]->HasBatchStarted(batch_index);
379 }
380
381 bool has_started_ = false;
382 std::vector<std::shared_ptr<MockFragment>> fragments_;

Callers

nothing calls this directly

Calls 1

HasBatchStartedMethod · 0.80

Tested by

no test coverage detected