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

Method is_unary

tiledb/sm/subarray/subarray.cc:1099–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097}
1098
1099bool Subarray::is_unary() const {
1100 for (const auto& range_subset : range_subset_) {
1101 if (!range_subset.has_single_element())
1102 return false;
1103 }
1104 return true;
1105}
1106
1107void Subarray::set_is_default(uint32_t dim_index, bool is_default) {
1108 if (is_default) {

Callers 4

must_splitMethod · 0.80
split_top_multi_rangeMethod · 0.80

Calls 1

has_single_elementMethod · 0.80

Tested by

no test coverage detected