MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / array

Method array

tiledb/api/c_api/array/array_api_internal.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 array_type array() const {
69 return array_;
70 }
71
72 const tiledb::sm::ArraySchema& array_schema_latest() const {
73 return array_->array_schema_latest();

Calls

no outgoing calls

Tested by

no test coverage detected