Kontinuation opened a new pull request, #588:
URL: https://github.com/apache/sedona-db/pull/588

   ## Summary
   - Move the 5 `downcast_ref` calls for band metadata sub-arrays (nodata, 
storage_type, datatype, outdb_url, outdb_band_id) from per-band access time 
(`BandsRef::band()`) to batch construction time (`RasterStructArray::new()`).
   - This eliminates repeated downcasting on the hot path when iterating over 
bands in a raster batch.
   - Also simplifies `BandsRef::len()` to use `value_length()` instead of 
manual offset arithmetic.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to