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

Method done

tiledb/sm/subarray/subarray_partitioner.cc:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153bool SubarrayPartitioner::done() const {
154 return subarray_.empty() || state_.start_ > state_.end_;
155}
156
157Status SubarrayPartitioner::get_result_budget(
158 const char* name, uint64_t* budget) const {

Callers 2

check_partitionsFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected