Extend an Evolution via Array Schema Evolution
Source:R/ArraySchemaEvolution.R
tiledb_array_schema_evolution_extend_enumeration.Rd
Extend an Evolution via Array Schema Evolution
Usage
tiledb_array_schema_evolution_extend_enumeration(
ase,
array,
enum_name,
new_values,
nullable = FALSE,
ordered = FALSE,
ctx = tiledb_get_context()
)
Arguments
- ase
An ArraySchemaEvolution object
- array
A TileDB Array object
- enum_name
A character value with the Enumeration name
- new_values
A character vector with the new Enumeration values
- nullable
A logical value indicating if the Enumeration can contain missing values (with a default of
FALSE
)- ordered
A logical value indicating standard
factor
(whenFALSE
, the default) orordered
(whenTRUE
)- ctx
Optional tiledb_ctx object