Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1004
bool Array::is_empty() const {
1005
return opened_array_->fragment_metadata().empty();
1006
}
1007
1008
bool Array::is_open() {
1009
std::lock_guard<std::mutex> lock(mtx_);
Callers
3
main
Function · 0.45
test-cppapi-current-domain.cc
File · 0.45
print_current_domain
Function · 0.45
Calls
1
empty
Method · 0.45
Tested by
1
main
Function · 0.36