Extend an Evolution via Array Schema Evolution
tiledb_array_schema_evolution_extend_enumeration(
ase,
array,
enum_name,
new_values,
nullable = FALSE,
ordered = FALSE,
ctx = tiledb_get_context()
)
The modified ArraySchemaEvolution object
An ArraySchemaEvolution object
A TileDB Array object
A character value with the Enumeration name
A character vector with the new Enumeration values
A logical value indicating if the Enumeration can contain missing values
(with a default of FALSE
)
A logical value indicating standard factor
(when FALSE
, the default)
or ordered
(when TRUE
)
Optional tiledb_ctx object