tiledb_query_set_layout: Set TileDB Query layout
Description
Set TileDB Query layout
Usage
tiledb_query_set_layout(
query,
layout = c("ROW_MAJOR", "COL_MAJOR", "GLOBAL_ORDER", "UNORDERED")
)Arguments
layout
A character variable with the layout; must be one of
"ROW_MAJOR", "COL_MAJOR", "GLOBAL_ORDER", "UNORDERED")
Value
The modified query object, invisibly