Learn R Programming

tiledb (version 0.30.2)

tiledb_query_create_buffer_ptr: 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)

Value

An external pointer to the allocated buffer object

Arguments

query

A TileDB Query object

datatype

A character value containing the data type

object

A vector object of the given type