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

Function fs___FileSystem__DeleteFiles

r/src/filesystem.cpp:194–197  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

192
193// [[arrow::export]]
194void fs___FileSystem__DeleteFiles(const std::shared_ptr<fs::FileSystem>& file_system,
195 const std::vector<std::string>& paths) {
196 StopIfNotOk(file_system->DeleteFiles(paths));
197}
198
199// [[arrow::export]]
200void fs___FileSystem__Move(const std::shared_ptr<fs::FileSystem>& file_system,

Callers 1

Calls 2

StopIfNotOkFunction · 0.85
DeleteFilesMethod · 0.80

Tested by

no test coverage detected