tiledb_query_set_buffer_ptr_char {tiledb}R Documentation

Assign a buffer to a Query attribute

Description

Assign a buffer to a Query attribute

Usage

tiledb_query_set_buffer_ptr_char(query, attr, bufptr)

Arguments

query

A TileDB Query object

attr

A character value containing the attribute

bufptr

An external pointer with a query buffer

Value

The modified query object, invisibly


[Package tiledb version 0.27.0 Index]