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

Method remove_sparse_array

test/src/test-cppapi-consolidation-plan.cc:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void CppConsolidationPlanFx::remove_sparse_array() {
168 remove_array(SPARSE_ARRAY_NAME);
169}
170
171bool CppConsolidationPlanFx::is_array(const std::string& array_name) {
172 return vfs_.is_dir(array_name);

Callers

nothing calls this directly

Calls 1

remove_arrayFunction · 0.70

Tested by

no test coverage detected