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

Method empty

tiledb/sm/subarray/subarray.cc:938–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938bool Subarray::empty() const {
939 return range_num() == 0;
940}
941
942bool Subarray::empty(uint32_t dim_idx) const {
943 return range_subset_[dim_idx].is_empty();

Callers 15

decode_json_messageFunction · 0.45
current_domain_to_capnpFunction · 0.45
ndrectangle_to_capnpFunction · 0.45
dimension_to_capnpFunction · 0.45
stats_to_capnpFunction · 0.45
condition_to_capnpFunction · 0.45
writer_to_capnpFunction · 0.45
query_to_capnpFunction · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by 2