Uses ‘IN’ and ‘NOT_IN’ operators on given attribute
tiledb_query_condition_create(
name,
values,
op = "IN",
ctx = tiledb_get_context()
)
A query condition object is returned
A character value with the scheme attribute name
A vector wiith the given values, supported types are integer, double, integer64 and charactor
(optional) A character value with the chosen set operation, this must be one of ‘IN’ or ‘NOT_IN’; default to ‘IN’
(optional) A TileDB Ctx object; if not supplied the default context object is retrieved