query_condition-set-tiledb_array-method: Set query_condition object for the array

query_condition<-R Documentation

Set query_condition object for the array

Description

A tiledb_array object can have an associated query condition object to set conditions on the read queries. This methods sets the ‘query_condition’ object.

Usage

query_condition(x) <- value

## S4 replacement method for signature 'tiledb_array'
query_condition(x) <- value

Arguments

x

A tiledb_array object

value

A tiledb_query_conditon_object

Value

The modified tiledb_array array object


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.