View source: R/QueryCondition.R
tiledb_query_condition_set_use_enumeration | R Documentation |
Set a boolean toggle to signal use of enumeration in query condtion (TileDB 2.17 or later)
tiledb_query_condition_set_use_enumeration(
qc,
use_enum,
ctx = tiledb_get_context()
)
qc |
A 'tiledb_query_condition' object |
use_enum |
A boolean to set (if TRUE) or unset (if FALSE) enumeration use |
ctx |
(optional) A TileDB Ctx object; if not supplied the default context object is retrieved |
Nothing is retuned, the function is invoked for the side effect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.