Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ToTable
Method
ToTable
cpp/src/arrow/flight/client.cc:270–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
arrow::Result<std::shared_ptr<Table>> ToTable() override {
271
return ToTable(stop_token_);
272
}
273
using FlightStreamReader::ToTable;
274
void Cancel() override { stream_->TryCancel(); }
275
Callers
nothing calls this directly
Calls
1
ToTable
Function · 0.85
Tested by
no test coverage detected