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

Method DeleteDirContents

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

Source from the content-addressed store, hash-verified

3340}
3341
3342Status S3FileSystem::DeleteDirContents(const std::string& s, bool missing_dir_ok) {
3343 return DeleteDirContentsAsync(s, missing_dir_ok).status();
3344}
3345
3346Future<> S3FileSystem::DeleteDirContentsAsync(const std::string& s, bool missing_dir_ok) {
3347 ARROW_ASSIGN_OR_RAISE(auto path, S3Path::FromString(s));

Callers 7

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TestDeleteDirContentsMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

statusMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestDeleteDirContentsMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36