james-willis opened a new pull request, #1122:
URL: https://github.com/apache/sedona-db/pull/1122

   RS_TileExplode as a streaming generating operator. `SELECT 
RS_TileExplode(rast, w, h)` and `df.tile_explode(...)` both emit flattened 
top-level `(x, y, tile)` rows (Sedona Spark parity), via a marker UDF lifted 
into a custom plan node at plan-build time so `df.schema()` is honest. 
Experimental.


-- 
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