TileDB
TileDB copied to clipboard
Add shape data to FragmentMetadata.
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.
This pull request has been linked to Shortcut Story #43935: Add shape data to fragment metadata..
Closing in favor of new design.