Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TileDB-Inc/TileDB
/ close
Method
close
tiledb/api/c_api/array/array_api_internal.h:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
Status close() {
90
return array_->close();
91
}
92
93
tiledb::sm::Config config() const {
94
return array_->config();
Callers
5
tiledb_array_close
Function · 0.45
tiledb_array_delete
Function · 0.45
tiledb_array_delete_fragments_v2
Function · 0.45
tiledb_array_delete_fragments_list
Function · 0.45
unit_capi_array.cc
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected