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

Method ReadMetadata

cpp/src/arrow/flight/client.cc:300–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 : stream_(std::move(stream)) {}
299
300 Status ReadMetadata(std::shared_ptr<Buffer>* out) override {
301 if (!stream_->ReadPutMetadata(out)) {
302 return stream_->Finish(Status::OK());
303 }
304 return Status::OK();
305 }
306
307 private:
308 std::shared_ptr<internal::ClientDataStream> stream_;

Callers 8

CheckDoPutMethod · 0.45
TestDoPutReadMetadataMethod · 0.45
TestDoPutMethod · 0.45
UploadBatchesToFlightFunction · 0.45
BindParametersFunction · 0.45
ExecuteUpdateMethod · 0.45
ExecuteIngestMethod · 0.45

Calls 3

OKFunction · 0.50
ReadPutMetadataMethod · 0.45
FinishMethod · 0.45

Tested by 4

CheckDoPutMethod · 0.36
TestDoPutReadMetadataMethod · 0.36
TestDoPutMethod · 0.36
UploadBatchesToFlightFunction · 0.36