TileDB-Go v0.2.0
Updates to TileDB-Go for core tiledb 1.4 compatibility. Changes include:
- Support for encrypted arrays
- Addition of filters (replaces compression)
- Removal of compression struct/enums
- Add
Query.Buffer(attributeName string) (interface{}, error)
for fetching an attribute buffer that has been set on a query - Add
Array.URI()
to get the uri of an array object