tiledb_query_import_buffer: Import to Query Buffer from Pair of Arrow IO Pointers

View source: R/ArrowIO.R

tiledb_query_import_bufferR Documentation

Import to Query Buffer from Pair of Arrow IO Pointers

Description

This function imports to the named buffer for a ‘WRITE’ query from two Arrow exerternal pointers.

Usage

tiledb_query_import_buffer(
  query,
  name,
  arrowpointers,
  ctx = tiledb_get_context()
)

Arguments

query

A TileDB Query object

name

A character variable identifying the buffer

arrowpointers

A two-element list vector with two external pointers to an Arrow Array and Schema, respectively

ctx

tiledb_ctx object (optional)

Value

The update Query external pointer is returned


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