tiledb_query_get_buffer_char {tiledb} | R Documentation |
Retrieve content from a Query character buffer
Description
This function uses a query buffer for a character attribute or dimension and returns its content.
Usage
tiledb_query_get_buffer_char(bufptr, sizeoffsets = 0, sizestring = 0)
Arguments
bufptr |
An external pointer with a query buffer |
sizeoffsets |
An optional argument for the length of the internal offsets vector |
sizestring |
An optional argument for the length of the internal string |
Value
An R object as resulting from the query
[Package tiledb version 0.29.0 Index]