tiledb_query_condition_combine: Combine two 'tiledb_query_condition' objects

View source: R/QueryCondition.R

tiledb_query_condition_combineR Documentation

Combine two 'tiledb_query_condition' objects

Description

Combines two query condition object using a relatiional operator. Support for operator 'AND' is generally available, the 'OR' operator is available if TileDB 2.10 or newer is used.

Usage

tiledb_query_condition_combine(lhs, rhs, op)

Arguments

lhs

A 'tiledb_query_condition' object on the left-hand side of the relation

rhs

A 'tiledb_query_condition' object on the left-hand side of the relation

op

A character value with then relation, this must be one of 'AND', 'OR' or 'NOT'.

Value

The combined 'tiledb_query_condition' object


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