TileDB
TileDB copied to clipboard
Missing boolean logical type tags
TILEDB_BOOL_BIT
/ TILEDB_BOOL_BYTE
for capturing HL api's use of these two representations for boolean vectors / arrays. Internally we can cast to / from a fixed representation. Part of #70.
Note R uses Int32 types for logical arrays (https://github.com/TileDB-Inc/TileDB-R/issues/49), but it would be cheaper / easier to probably do the cast at the R API interface.