Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation of Subarray::set_config to match tiledb_subarray_set_config. #4672

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

teo-tsirpanis
Copy link
Member

See

/**
* Set the subarray config.
*
* Setting the configuration with this function overrides the following
* Subarray-level parameters only:
*
* - `sm.read_range_oob`
*/
TILEDB_EXPORT int32_t tiledb_subarray_set_config(
tiledb_ctx_t* ctx,
tiledb_subarray_t* subarray,
tiledb_config_t* config) TILEDB_NOEXCEPT;


TYPE: BUG
DESC: Fix documentation of Subarray::set_config to match tiledb_subarray_set_config.

@KiterLuc KiterLuc merged commit ffded0c into dev Jan 29, 2024
64 checks passed
@KiterLuc KiterLuc deleted the teo/subarray-doc-update branch January 29, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants