MCPcopy 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
1491void ArraySchema::set_version(format_version_t version) {
1492 version_ = version;
1493}
1494
1495format_version_t ArraySchema::write_version() const {
1496 return version_ < constants::back_compat_writes_min_format_version ?

Callers 1

upgrade_versionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected