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

Method non_empty_domain_computed

tiledb/sm/array/array.h:841–843  ·  view source on GitHub ↗

Check if non emtpy domain is loaded already for this array or not */

Source from the content-addressed store, hash-verified

839
840 /** Check if non emtpy domain is loaded already for this array or not */
841 inline bool non_empty_domain_computed() {
842 return opened_array_->non_empty_domain_computed();
843 }
844
845 /**
846 * Returns the non-empty domain of the opened array. If the non_empty_domain

Callers 4

array_to_capnpFunction · 0.80
reset_default_rangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected