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

Method ListBuckets

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

Source from the content-addressed store, hash-verified

3026 }
3027
3028 Result<std::vector<std::string>> ListBuckets() {
3029 ARROW_ASSIGN_OR_RAISE(auto client_lock, holder_->Lock());
3030 return ProcessListBuckets(client_lock.Move()->ListBuckets());
3031 }
3032
3033 Future<std::vector<std::string>> ListBucketsAsync() {
3034 auto deferred =

Callers 3

SetUpMethod · 0.80
TEST_FFunction · 0.80
ListBucketsAsyncMethod · 0.80

Calls 1

MoveMethod · 0.45

Tested by 2

SetUpMethod · 0.64
TEST_FFunction · 0.64