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

Method ReadPutMetadata

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

Source from the content-addressed store, hash-verified

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();
48 if (server_status.ok()) return st;

Callers 1

ReadMetadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected