tiledb_query_alloc_buffer_ptr_char: Allocate a Query buffer for reading a character attribute

View source: R/Query.R

tiledb_query_alloc_buffer_ptr_charR Documentation

Allocate a Query buffer for reading a character attribute

Description

Allocate a Query buffer for reading a character attribute

Usage

tiledb_query_alloc_buffer_ptr_char(sizeoffsets, sizedata, nullable = FALSE)

Arguments

sizeoffsets

A numeric value with the size of the offsets vector

sizedata

A numeric value of the size of the data string

nullable

An optional boolean indicating whether the column can have NULLs

Value

An external pointer to the allocated buffer object


TileDB-Inc/TileDB-R documentation built on Oct. 2, 2024, 8:14 a.m.