tiledb_attribute_set_enumeration_name: Set a TileDB Attribute Enumeration Name
Description
Set a TileDB Attribute Enumeration Name
Usage
tiledb_attribute_set_enumeration_name(
attr,
enum_name,
ctx = tiledb_get_context()
)
Value
The modified TileDB Attribute object
Arguments
- attr
A TileDB Attribute object
- enum_name
A character value with the enumeration value
- ctx
A Tiledb Context object (optional)