powered by
tiledb_domain
tiledb_array_schema
Returns the tiledb_domain object associated with a given tiledb_array_schema
# S4 method for tiledb_array_schema domain(object)
# NOT RUN { dom <- tiledb_domain(dims = c(tiledb_dim("d1", c(1L, 10L), type = "INT32"))) sch <- tiledb_array_schema(dom, attrs = c(tiledb_attr("a1", type = "INT32"))) domain(sch) # }
Run the code above in your browser using DataLab