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

Method DeleteDirContents

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

Source from the content-addressed store, hash-verified

3273}
3274
3275Status S3FileSystem::DeleteDirContents(const std::string& s, bool missing_dir_ok) {
3276 return DeleteDirContentsAsync(s, missing_dir_ok).status();
3277}
3278
3279Future<> S3FileSystem::DeleteDirContentsAsync(const std::string& s, bool missing_dir_ok) {
3280 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