Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ReadNextAsync
Method
ReadNextAsync
cpp/src/arrow/csv/reader.cc:873–875 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
871
}
872
873
Future<std::shared_ptr<RecordBatch>> ReadNextAsync() override {
874
return record_batch_gen_();
875
}
876
877
protected:
878
Future<> InitAfterFirstBuffer(const std::shared_ptr<Buffer>& first_buffer,
Callers
5
ScanBatch
Method · 0.45
GeneratorFromReader
Function · 0.45
ScanBatch
Method · 0.45
MakeBatchGenerator
Function · 0.45
ReadAsync
Method · 0.45
Calls
no outgoing calls
Tested by
1
ReadAsync
Method · 0.36