tiledb_fragment_info_get_non_empty_domain_name {tiledb} | R Documentation |
Return a fragment info non-empty domain from name
Description
TODO: Rework with type information
Usage
tiledb_fragment_info_get_non_empty_domain_name(object, fid, dim_name, typestr)
Arguments
object |
A TileDB fragment info object |
fid |
A fragment object index |
dim_name |
A character variable with the dimension name |
typestr |
An optional character variable describing the data type which will be accessed from the schema if missinh |
Value
A TileDB Domain object
[Package tiledb version 0.29.0 Index]