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

Function num_record_batches

cpp/src/arrow/ipc/reader.h:354–354  ·  view source on GitHub ↗

\return the number of collected record batches

Source from the content-addressed store, hash-verified

352
353 /// \return the number of collected record batches
354 int64_t num_record_batches() const { return record_batches_.size(); }
355
356 /// \return the last decoded record batch and remove it from
357 /// record_batches

Callers 5

ReadRecordBatchAsyncMethod · 0.85
CountRowsMethod · 0.85
AllIndicesMethod · 0.85
ToRecordBatchesMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected