MCPcopy Create free account
hub / github.com/apache/arrow / ReadAsync

Method ReadAsync

cpp/src/arrow/csv/reader.cc:765–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763 virtual Status Init() = 0;
764
765 Future<std::shared_ptr<Table>> ReadAsync() override {
766 return Future<std::shared_ptr<Table>>::MakeFinished(Read());
767 }
768
769 protected:
770 // Make column builders from conversion schema

Callers

nothing calls this directly

Calls 1

ReadFunction · 0.50

Tested by

no test coverage detected