MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / remove_array

Function remove_array

test/src/unit-cppapi-consolidation.cc:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44using namespace tiledb::test;
45
46void remove_array(const std::string& array_name) {
47 Context ctx;
48 VFS vfs(ctx);
49 if (vfs.is_dir(array_name))
50 vfs.remove_dir(array_name);
51}
52
53void create_array(const std::string& array_name) {
54 Context ctx;

Callers 15

create_arrayMethod · 0.70
unit-DenseTiler.ccFile · 0.70
CppAggregatesFxMethod · 0.70
~CppAggregatesFxMethod · 0.70
remove_arrayMethod · 0.70
remove_sparse_arrayMethod · 0.70
remove_dense_vectorMethod · 0.70
remove_dense_arrayMethod · 0.70

Calls 2

is_dirMethod · 0.45
remove_dirMethod · 0.45

Tested by 4

CppAggregatesFxMethod · 0.56
~CppAggregatesFxMethod · 0.56
remove_arrayMethod · 0.56
remove_sparse_arrayMethod · 0.56