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:879–881 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
877
}
878
879
Future<std::shared_ptr<RecordBatch>> ReadNextAsync() override {
880
return record_batch_gen_();
881
}
882
883
protected:
884
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