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

Method array_schema_latest_ptr

tiledb/sm/array/array.h:341–343  ·  view source on GitHub ↗

Returns the latest array schema as a shared pointer. */

Source from the content-addressed store, hash-verified

339
340 /** Returns the latest array schema as a shared pointer. */
341 inline shared_ptr<const ArraySchema> array_schema_latest_ptr() const {
342 return opened_array_->array_schema_latest_ptr();
343 }
344
345 /** Returns array schemas map. */
346 inline const std::unordered_map<std::string, shared_ptr<ArraySchema>>&

Callers 15

array_from_capnpFunction · 0.45
consolidateMethod · 0.45
QueryMethod · 0.45
create_fragmentMethod · 0.45
load_fragmentsMethod · 0.45
get_enumerationsMethod · 0.45
get_array_schemaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected