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

Method ResolveRegionUncached

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

Source from the content-addressed store, hash-verified

1280 }
1281
1282 Result<std::string> ResolveRegionUncached(const std::string& bucket) {
1283 ARROW_ASSIGN_OR_RAISE(auto client_lock, holder_->Lock());
1284 return client_lock->GetBucketRegion(bucket);
1285 }
1286
1287 protected:
1288 explicit RegionResolver(S3Options options) : builder_(std::move(options)) {}

Callers

nothing calls this directly

Calls 1

GetBucketRegionMethod · 0.80

Tested by

no test coverage detected