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

Method is_empty

tiledb/sm/array/array.cc:1004–1006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1002}
1003
1004bool Array::is_empty() const {
1005 return opened_array_->fragment_metadata().empty();
1006}
1007
1008bool Array::is_open() {
1009 std::lock_guard<std::mutex> lock(mtx_);

Callers 3

mainFunction · 0.45
print_current_domainFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 1

mainFunction · 0.36