tiledb_query_buffer_alloc_ptr: Allocate a Query buffer for a given type
Description
This function allocates a query buffer for the given data type.
Usage
tiledb_query_buffer_alloc_ptr(query, datatype, ncells)
Arguments
datatype
A character value containing the data type
ncells
A number of elements (not bytes)
Value
An external pointer to the allocated buffer object