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

Method set_non_empty_domain_computed

tiledb/sm/array/array.h:961–963  ·  view source on GitHub ↗

Set if the non_empty_domain is computed already for this array or not */

Source from the content-addressed store, hash-verified

959
960 /** Set if the non_empty_domain is computed already for this array or not */
961 inline void set_non_empty_domain_computed(const bool is_computed) {
962 opened_array_->non_empty_domain_computed() = is_computed;
963 }
964
965 /** Returns the memory tracker. */
966 inline shared_ptr<MemoryTracker> memory_tracker() {

Callers 1

array_from_capnpFunction · 0.80

Calls 1

Tested by

no test coverage detected