Set a range for a given query
tiledb_query_add_range(query, schema, attr, lowval, highval, stride = NULL)
The query object, invisibly
A TileDB Query object
A TileDB Schema object
An character variable with a dimension name for which the range is set
The lower value of the range to be set
The higher value of the range to be set
An optional stride value for the range to be set