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

Method ReadMetadataAsync

cpp/src/arrow/filesystem/s3fs.cc:1481–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1479 }
1480
1481 Future<std::shared_ptr<const KeyValueMetadata>> ReadMetadataAsync(
1482 const io::IOContext& io_context) override {
1483 return metadata_;
1484 }
1485
1486 Status Close() override {
1487 holder_ = nullptr;

Callers 2

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36