Learn R Programming

tiledb (version 0.30.2)

tiledb_query_condition_set_use_enumeration: Enable use of enumeration in query condition

Description

Set a boolean toggle to signal use of enumeration in query condtion (TileDB 2.17 or later)

Usage

tiledb_query_condition_set_use_enumeration(
  qc,
  use_enum,
  ctx = tiledb_get_context()
)

Value

Nothing is retuned, the function is invoked for the side effect

Arguments

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