Zarrv2 - Accessing Struct Array data as |V[sizeof] type
Open
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
Zarrv2 and Tensorstore support struct array data. Ordinarily we would use a "field" to select a element of the struct array for a particular TensorStore.
However, in a use case where we always want to read and work with the whole struct, not just a single element, can we open the Tensorstore associated with a struct array as "V|[sizeof]"? This would be on the C++ side.
Contributor guide
Assessment
This issue has not been assessed yet.