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

Method NumBatchesRead

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

Source from the content-addressed store, hash-verified

1721 };
1722
1723 int NumBatchesRead() { return tracking_generator_.num_read(); }
1724
1725 void Finish() { ARROW_UNUSED(record_batch_generator_.producer().Close()); }
1726 void DeliverBatch(uint32_t num_rows) {

Callers 1

TotalBatchesReadMethod · 0.80

Calls 1

num_readMethod · 0.80

Tested by

no test coverage detected