Learn R Programming

tiledb (version 0.30.2)

query_layout<-: Set query_layout return values for the array

Description

A tiledb_array object can have an associated query with a specific layout. This methods sets the selection value for ‘query_layout’ from a character value.

Usage

query_layout(x) <- value

# S4 method for tiledb_array query_layout(x) <- value

Value

The modified tiledb_array array object

Arguments

x

A tiledb_array object

value

A character variable for the query layout. Permitted values are “ROW_MAJOR”, “COL_MAJOR”, “GLOBAL_ORDER”, or “UNORDERD”.