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()
)
Nothing is retuned, the function is invoked for the side effect
A 'tiledb_query_condition' object
A boolean to set (if TRUE) or unset (if FALSE) enumeration use
(optional) A TileDB Ctx object; if not supplied the default context object is retrieved