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

Function move_remove_obj

examples/cpp_api/object.cc:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void move_remove_obj() {
105 tiledb::Context ctx;
106 tiledb::Object::move(ctx, "my_group", "my_group_2");
107 tiledb::Object::remove(ctx, "my_group_2/dense_arrays");
108 tiledb::Object::remove(ctx, "my_group_2/sparse_arrays/array_C");
109}
110
111void create_hierarchy() {
112 // Create groups

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected