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:418–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
}
417
418
RecordBatchReaderIterator operator++(int) {
419
RecordBatchReaderIterator tmp(*this);
420
Next();
421
return tmp;
422
}
423
424
private:
425
std::shared_ptr<RecordBatch> RecordBatchEnd() {
Callers
nothing calls this directly
Calls
1
Next
Function · 0.70
Tested by
no test coverage detected