tiledb_array_schema_get_allows_dups: Returns logical value whether the array schema allows...

View source: R/ArraySchema.R

allows_dupsR Documentation

Returns logical value whether the array schema allows duplicate values or not. This is only valid for sparse arrays.

Description

Returns logical value whether the array schema allows duplicate values or not. This is only valid for sparse arrays.

Usage

allows_dups(x)

## S4 method for signature 'tiledb_array_schema'
allows_dups(x)

tiledb_array_schema_get_allows_dups(x)

Arguments

x

A TileDB Schema object

Value

A logical value.


TileDB-Inc/TileDB-R documentation built on April 13, 2025, 8:25 a.m.