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

Method tile_overlap

tiledb/sm/subarray/subarray.h:1263–1266  ·  view source on GitHub ↗

* Returns the internal `TileOverlap` instance. The caller is responsible * for ensuring that the input indexes are valid. * * @param fragment_idx The fragment index. * @param range_idx The range index. */

Source from the content-addressed store, hash-verified

1261 * @param range_idx The range index.
1262 */
1263 inline const TileOverlap* tile_overlap(
1264 uint64_t fragment_idx, uint64_t range_idx) const {
1265 return tile_overlap_.at(fragment_idx, range_idx);
1266 }
1267
1268 /**
1269 * Returns the precomputed tile overlap. This may not contain

Callers 2

Calls 1

atMethod · 0.45

Tested by

no test coverage detected