tiledb_query_add_range: Set a range for a given query

View source: R/Query.R

tiledb_query_add_rangeR Documentation

Set a range for a given query

Description

Set a range for a given query

Usage

tiledb_query_add_range(query, schema, attr, lowval, highval, stride = NULL)

Arguments

query

A TileDB Query object

schema

A TileDB Schema object

attr

An character variable with a dimension name for which the range is set

lowval

The lower value of the range to be set

highval

The higher value of the range to be set

stride

An optional stride value for the range to be set

Value

The query object, invisibly


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