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

Function print_group

examples/cpp_api/groups.cc:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void print_group() {
94 tiledb::Context ctx;
95 tiledb::Group group(ctx, "my_group", TILEDB_READ);
96 std::cout << group.dump(true) << std::endl;
97}
98
99int main() {
100 create_arrays_groups();

Callers 1

mainFunction · 0.70

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected