Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ operator++
Method
operator++
cpp/src/arrow/record_batch.h:413–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
}
412
413
RecordBatchReaderIterator operator++(int) {
414
RecordBatchReaderIterator tmp(*this);
415
Next();
416
return tmp;
417
}
418
419
private:
420
std::shared_ptr<RecordBatch> RecordBatchEnd() {
Callers
nothing calls this directly
Calls
1
Next
Function · 0.70
Tested by
no test coverage detected