Skip to content

TileDB-Go v0.2.0

Compare
Choose a tag to compare
@Shelnutt2 Shelnutt2 released this 23 Oct 13:41
· 688 commits to master since this release
0d4d162

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