tiledb_query_export_buffer: Export Query Buffer to Pair of Arrow IO Pointers

View source: R/ArrowIO.R

tiledb_query_export_bufferR Documentation

Export Query Buffer to Pair of Arrow IO Pointers

Description

This function exports the named buffer from a ‘READ’ query to two Arrow C pointers.

Usage

tiledb_query_export_buffer(query, name, ctx = tiledb_get_context())

Arguments

query

A TileDB Query object

name

A character variable identifying the buffer

ctx

tiledb_ctx object (optional)

Value

A two-element vector where the two elements are external pointers to the Arrow array and schema


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