TileDB
TileDB copied to clipboard
Compound types
Can we have:
- tables
- struct
- list
- map
- union
generally, we need user-defined data types to be stored in tiledb as well which can be totally arbitrary types but obviously within single array its same type, this applies to dimensions as well as values.
We are on it on compound attribute types. Compound dimension types may have to wait a bit.
Is struct supported as attribute type yet?
Not yet, but now we should be ready to escalate it in our roadmap.