TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Compound types

Open sirinath opened this issue 8 years ago • 4 comments

Can we have:

  • tables
  • struct
  • list
  • map
  • union

sirinath avatar Oct 27 '17 05:10 sirinath

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.

petacube avatar Jan 07 '18 17:01 petacube

We are on it on compound attribute types. Compound dimension types may have to wait a bit.

stavrospapadopoulos avatar Jan 07 '18 17:01 stavrospapadopoulos

Is struct supported as attribute type yet?

mikejiang avatar May 06 '20 17:05 mikejiang

Not yet, but now we should be ready to escalate it in our roadmap.

stavrospapadopoulos avatar May 06 '20 18:05 stavrospapadopoulos