Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TileDB-Inc/TileDB
/ reopen
Method
reopen
tiledb/api/c_api/array/array_api_internal.h:263–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
}
262
263
Status reopen() {
264
return array_->reopen();
265
}
266
267
void set_array_uri(const tiledb::sm::URI& array_uri) {
268
array_->set_array_uri(array_uri);
Callers
1
tiledb_array_reopen
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected