Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ReadMetadataAsync
Method
ReadMetadataAsync
cpp/src/arrow/filesystem/s3fs.cc:1541–1544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1539
}
1540
1541
Future<std::shared_ptr<const KeyValueMetadata>> ReadMetadataAsync(
1542
const io::IOContext& io_context) override {
1543
return metadata_;
1544
}
1545
1546
Status Close() override {
1547
holder_ = nullptr;
Callers
2
TEST_F
Function · 0.45
TestOpenInputStreamAsync
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TestOpenInputStreamAsync
Method · 0.36