tiledb_query_get_range: Retrieve the query range for a query dimension and range...

View source: R/Query.R View source: R/Query.R

tiledb_query_get_rangeR Documentation

Retrieve the query range for a query dimension and range index

Description

Retrieve the query range for a query dimension and range index

Retrieve the query range for a variable-sized query dimension and range index

Usage

tiledb_query_get_range(query, dimidx, rngidx)

tiledb_query_get_range(query, dimidx, rngidx)

Arguments

query

A TileDB Query object

dimidx

An integer index selecting the dimension

rngidx

An integer index selection the given range for the dimension

Value

An integer vector with elements start, end and stride for the query range for the given dimension and range index

An string vector with elements start and end for the query range for the given dimension and range index


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