Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TileDB-Inc/TileDB
/ config
Method
config
tiledb/api/c_api/array/array_api_internal.h:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
tiledb::sm::Config config() const {
94
return array_->config();
95
}
96
97
void delete_array(const tiledb::sm::URI& uri) {
98
array_->delete_array(uri);
Callers
5
tiledb_array_schema_check
Function · 0.45
tiledb_array_schema_load_with_config
Function · 0.45
tiledb_array_set_config
Function · 0.45
tiledb_array_get_config
Function · 0.45
tiledb_array_upgrade_version
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected