| 89 | } |
| 90 | |
| 91 | SubarrayPartitionerErrorFx::~SubarrayPartitionerErrorFx() { |
| 92 | tiledb_array_free(&array_); |
| 93 | remove_dir(temp_dir_, ctx_, vfs_); |
| 94 | tiledb_ctx_free(&ctx_); |
| 95 | tiledb_vfs_free(&vfs_); |
| 96 | } |
| 97 | |
| 98 | /* ********************************* */ |
| 99 | /* TESTS */ |
nothing calls this directly
no test coverage detected