tiledb_arrow_array_ptr | R Documentation |
These functions allocate (and free) appropriate pointer objects
for, respectively, Arrow array and schema objects. These functions are
deprecated and will be removed, it is recommended to rely directly on
the nanoarrow
replacements.
tiledb_arrow_array_ptr()
tiledb_arrow_schema_ptr()
tiledb_arrow_array_del(ptr)
tiledb_arrow_schema_del(ptr)
ptr |
A external pointer object previously allocated with these functions |
The allocating functions return the requested pointer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.