Skip to content

Commit e1f7c04

Browse files
committed
Align arg description with condition_create
1 parent 7000fec commit e1f7c04

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

R/QueryCondition.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ tiledb_query_condition <- function(ctx = tiledb_get_context()) {
4949
#' Initialize a 'tiledb_query_condition' object
5050
#'
5151
#' Initializes (and possibly allocates) a query condition object using a triplet of
52-
#' attribute name, comparison value, and operator. Six types of conditions are supported,
52+
#' attribute name, comparison value, and operator. Six types of conditions are supported,
5353
#' they all take a single scalar comparison argument and attribute to compare against.
5454
#' At present only integer or numeric attribute comparisons are implemented.
55-
#' @param attr A character value with the scheme attribute name
55+
#' @param attr A character value with the attribute name
5656
#' @param value A scalar value that the attribute is compared against
5757
#' @param dtype A character value with the TileDB data type of the attribute column, for
5858
#' example 'FLOAT64' or 'INT32'

man/tiledb_query_condition_init.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)