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

Method Drain

cpp/src/arrow/flight/types.cc:1034–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032//------------------------------------------------------------
1033
1034Status ResultStream::Drain() {
1035 while (true) {
1036 ARROW_ASSIGN_OR_RAISE(auto result, Next());
1037 if (!result) break;
1038 }
1039 return Status::OK();
1040}
1041
1042FlightStreamChunk::FlightStreamChunk() noexcept = default;
1043FlightStreamChunk::~FlightStreamChunk() = default;

Callers 7

WaitForReadyFunction · 0.80
CancelFlightInfoMethod · 0.80
RenewFlightEndpointMethod · 0.80
SetSessionOptionsMethod · 0.80
GetSessionOptionsMethod · 0.80
CloseSessionMethod · 0.80
client.ccFile · 0.80

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected