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

Method rest_client

tiledb/sm/array/array.h:1026–1028  ·  view source on GitHub ↗

Get the REST client */

Source from the content-addressed store, hash-verified

1024
1025 /* Get the REST client */
1026 [[nodiscard]] inline shared_ptr<RestClient> rest_client() const {
1027 return resources_.rest_client();
1028 }
1029
1030 /**
1031 * Upgrade a TileDB array to latest format version.

Callers 13

load_array_schemaFunction · 0.45
evolve_array_schemaMethod · 0.45
openMethod · 0.45
closeMethod · 0.45
delete_fragmentsMethod · 0.45
delete_arrayMethod · 0.45
delete_fragments_listMethod · 0.45
get_enumerationsMethod · 0.45
load_metadataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected