MCPcopy Create free account
hub / github.com/BlazingDB/blazingsql / remove

Method remove

io/src/FileSystem/S3FileSystem.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool S3FileSystem::remove(const Uri & uri) const {
64 const bool result = this->pimpl->remove(uri);
65 return result;
66}
67
68bool S3FileSystem::move(const Uri & src, const Uri & dst) const {
69 const bool result = this->pimpl->move(src, dst);

Callers 15

build_extensionsMethod · 0.45
create_folder_testFunction · 0.45
remove_dummy_fileFunction · 0.45
TEST_FFunction · 0.45
moveAndReplaceMethod · 0.45
_removeThreadFunction · 0.45
removeFolderTreeMethod · 0.45
removeTableMethod · 0.45
__getAllQueriesMethod · 0.45
get_drill_queryFunction · 0.45
_select_columnsFunction · 0.45
create_jsonFunction · 0.45

Calls

no outgoing calls

Tested by 5

create_folder_testFunction · 0.36
remove_dummy_fileFunction · 0.36
TEST_FFunction · 0.36
__getAllQueriesMethod · 0.36
get_drill_queryFunction · 0.36