tiledb_arrow_array_ptr: Allocate (or Release) Arrow Array and Schema Pointers

View source: R/ArrowIO.R

tiledb_arrow_array_ptrR Documentation

Allocate (or Release) Arrow Array and Schema Pointers

Description

These functions allocate (and free) appropriate pointer objects for, respectively, Arrow array and schema objects.

Usage

tiledb_arrow_array_ptr()

tiledb_arrow_schema_ptr()

tiledb_arrow_array_del(ptr)

tiledb_arrow_schema_del(ptr)

Arguments

ptr

A external pointer object previously allocated with these functions

Value

The allocating functions return the requested pointer


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.