-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixup query condition set membership creation API
During review there was some confusion over having a default of `TILEDB_IN` when creating set membership query conditions. The confusion also prompted me to realize that we may have other types of query conditions in the future that take a list of values that are not set membership related which makes having the `TILEDB_IN` default even less well designed. Unfortunately, I forgot to remove the default from the std::string version of that function. @eddelbuettel also kindly pointed out that I forgot to document the `op` paramter which I've also added.
- Loading branch information
Showing
2 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters