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

Method set_array_uri

tiledb/sm/array/array.h:743–745  ·  view source on GitHub ↗

Sets the array URI. */

Source from the content-addressed store, hash-verified

741
742 /** Sets the array URI. */
743 void set_array_uri(const URI& array_uri) {
744 array_uri_ = array_uri;
745 }
746
747 /**
748 * Deletes metadata from an array opened in WRITE mode.

Callers 8

array_schema.ccFile · 0.45
fragment_info_from_capnpFunction · 0.45
array_from_capnpFunction · 0.45
createMethod · 0.45
unit-capi-array.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected