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

Method create_array

tiledb/sm/array_schema/test/unit_current_domain.cc:263–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261
262template <class T>
263void CurrentDomainFx<T>::create_array(shared_ptr<ArraySchema> schema) {
264 Array::create(ctx_.resources(), uri_, schema, enc_key_);
265}
266
267template <class T>
268shared_ptr<Array> CurrentDomainFx<T>::get_array(QueryType type) {

Callers 1

Calls 1

resourcesMethod · 0.80

Tested by

no test coverage detected