tiledb_query_set_buffer_ptr: Assigns to a Query buffer for a given attribute

View source: R/Query.R

tiledb_query_set_buffer_ptrR Documentation

Assigns to a Query buffer for a given attribute

Description

This function assigns a given query buffer to a query.

Usage

tiledb_query_set_buffer_ptr(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


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