TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Add shape data to FragmentMetadata.

Open shaunrd0 opened this issue 1 year ago • 1 comments

This adds shape data to FragmentMetadata. The shape data can be set internally using Query::set_shape on a dimension index, similar to Query::add_range. The shape can be retrieved from an array opened for reading using Array::shape_data. There are no external shape APIs introduced in this PR.


TYPE: FEATURE DESC: Add shape data to FragmentMetadata.

shaunrd0 avatar Mar 28 '24 15:03 shaunrd0

Closing in favor of new design.

KiterLuc avatar May 13 '24 12:05 KiterLuc