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

Method TotalBatchesRead

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

Source from the content-addressed store, hash-verified

1988 }
1989
1990 int TotalBatchesRead() {
1991 int sum = 0;
1992 for (const auto& controlled_fragment : controlled_fragments_) {
1993 sum += controlled_fragment->NumBatchesRead();
1994 }
1995 return sum;
1996 }
1997
1998 template <typename T>
1999 void Finish(AsyncGenerator<T> gen) {

Callers

nothing calls this directly

Calls 1

NumBatchesReadMethod · 0.80

Tested by

no test coverage detected