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

Method WritesDone

cpp/src/arrow/flight/transport.cc:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 return Status::NotImplemented("Writing data for this stream");
43}
44Status TransportDataStream::WritesDone() { return Status::OK(); }
45bool ClientDataStream::ReadPutMetadata(std::shared_ptr<Buffer>*) { return false; }
46Status ClientDataStream::Finish(Status st) {
47 auto server_status = DoFinish();

Callers 4

DoGetMethod · 0.45
DoPutMethod · 0.45
DoExchangeMethod · 0.45
DoneWritingMethod · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected