Skip to content

Commit ffded0c

Browse files
Fix documentation of Subarray::set_config to match tiledb_subarray_set_config. (#4672)
See https://github.com/TileDB-Inc/TileDB/blob/1ea150f531e0da288594e410e2d1d986741dfcf2/tiledb/sm/c_api/tiledb.h#L2364-L2375 --- TYPE: BUG DESC: Fix documentation of `Subarray::set_config` to match `tiledb_subarray_set_config`.
1 parent 8c701dd commit ffded0c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

tiledb/sm/cpp_api/subarray.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -331,16 +331,7 @@ class Subarray {
331331
* Setting configuration with this function overrides the following
332332
* Subarray-level parameters only:
333333
*
334-
* - `sm.memory_budget`
335-
* - `sm.memory_budget_var`
336-
* - `sm.sub_partitioner_memory_budget`
337-
* - `sm.var_offsets.mode`
338-
* - `sm.var_offsets.extra_element`
339-
* - `sm.var_offsets.bitsize`
340-
* - `sm.check_coord_dups`
341-
* - `sm.check_coord_oob`
342-
* - `sm.check_global_order`
343-
* - `sm.dedup_coords`
334+
* - `sm.read_range_oob`
344335
*/
345336
Subarray& set_config(const Config& config) {
346337
auto ctx = ctx_.get();

0 commit comments

Comments
 (0)