Minor fix for as.data.frame=
deprecation in tiledb_array()
.
Support other datatypes for the dimensions and storage when configuring a TileDBRealizationSink
.
This is achieved via the new storagetype=
and dimtype=
arguments.
Also added getTileDBDimType()
and setTileDBDimType()
to globally define the choice of dimension datatype.
Bugfix to TileDBArraySeed
to correctly handle dimension domains that do not start at 1.
This requires a modification to the class to record the domain offset.
Added a offset=
option to TileDBRealizationSink()
to create arrays with dimension domains that do not start at 1.
This requires a modification to the associated class to record the domain offset.
Add more schema options during TileDBArray construction.
Use tiledb_array()
for both sparse and dense arrays.
New package TileDBArray implementing a DelayedArray backend for TileDB.