Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ReadAsync
Method
ReadAsync
cpp/src/arrow/csv/reader.cc:771–773 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
769
virtual Status Init() = 0;
770
771
Future<std::shared_ptr<Table>> ReadAsync() override {
772
return Future<std::shared_ptr<Table>>::MakeFinished(Read());
773
}
774
775
protected:
776
// Make column builders from conversion schema
Callers
nothing calls this directly
Calls
1
Read
Function · 0.50
Tested by
no test coverage detected