tiledb_query_alloc_buffer_ptr_char | R Documentation |
Allocate a Query buffer for reading a character attribute
tiledb_query_alloc_buffer_ptr_char(sizeoffsets, sizedata, nullable = FALSE)
sizeoffsets |
A numeric value with the size of the offsets vector |
sizedata |
A numeric value of the size of the data string |
nullable |
An optional boolean indicating whether the column can have NULLs |
An external pointer to the allocated buffer object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.