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

Method DeleteRootDirContents

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

Source from the content-addressed store, hash-verified

3298}
3299
3300Status S3FileSystem::DeleteRootDirContents() {
3301 return Status::NotImplemented("Cannot delete all S3 buckets");
3302}
3303
3304Status S3FileSystem::DeleteFile(const std::string& s) {
3305 ARROW_ASSIGN_OR_RAISE(auto client_lock, impl_->holder_->Lock());

Callers 3

TEST_FFunction · 0.45
ClearBucketFunction · 0.45

Calls 1

NotImplementedFunction · 0.50

Tested by 3

TEST_FFunction · 0.36
ClearBucketFunction · 0.36