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

Function main

examples/cpp_api/current_domain.cc:158–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158int main() {
159 Context ctx;
160
161 // Create a new simple array
162 create_array(ctx, array_name);
163
164 // Print the current domain
165 print_current_domain(ctx);
166
167 // Expand the current domain
168 expand_current_domain(ctx);
169
170 // Print the current domain again
171 print_current_domain(ctx);
172
173 return 0;
174}

Callers

nothing calls this directly

Calls 3

create_arrayFunction · 0.70
print_current_domainFunction · 0.70
expand_current_domainFunction · 0.70

Tested by

no test coverage detected