jesspav opened a new pull request, #307: URL: https://github.com/apache/sedona-db/pull/307
Add `RS_Example` to allow for quick function testing. This change also includes updates to the executor to support scalar rasters. Example run: ``` > Select RS_Width(rs_example()); ┌────────────────────────┐ │ rs_width(rs_example()) │ │ uint64 │ ╞════════════════════════╡ │ 64 │ └────────────────────────┘ ``` -- 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]
