Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TileDB-Inc/TileDB
/ set_version
Method
set_version
tiledb/sm/array_schema/array_schema.cc:1491–1493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1489
}
1490
1491
void ArraySchema::set_version(format_version_t version) {
1492
version_ = version;
1493
}
1494
1495
format_version_t ArraySchema::write_version() const {
1496
return version_ < constants::back_compat_writes_min_format_version ?
Callers
1
upgrade_version
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected