tiledb_query_create_buffer_ptr: Allocate and populate a Query buffer for a given object of a...

View source: R/Query.R

tiledb_query_create_buffer_ptrR Documentation

Allocate and populate a Query buffer for a given object of a given data type.

Description

This function allocates a query buffer for the given data object of the given type and assigns the object content to the buffer.

Usage

tiledb_query_create_buffer_ptr(query, datatype, object)

Arguments

query

A TileDB Query object

datatype

A character value containing the data type

object

A vector object of the given type

Value

An external pointer to the allocated buffer object


TileDB-Inc/TileDB-R documentation built on Oct. 2, 2024, 8:14 a.m.