This function allocates a query buffer for the given data type.
tiledb_query_buffer_alloc_ptr(
query,
datatype,
ncells,
nullable = FALSE,
varnum = 1
)
An external pointer to the allocated buffer object
A TileDB Query object
A character value containing the data type
A number of elements (not bytes)
Optional boolean parameter indicating whether missing values are allowed (for which another column is allocated), default is FALSE
Option intgeter parameter for the number of elemements per variable, default is one