Creates a 'tiledb_query' object
tiledb_query(array, type = c("READ", "WRITE"), ctx = tiledb_get_context())
array | A TileDB Array object |
---|---|
type | A character value that must be one of 'READ' or 'WRITE' |
ctx | (optional) A TileDB Ctx object |
'tiledb_query' object