crm26 commented on issue #21536: URL: https://github.com/apache/datafusion/issues/21536#issuecomment-4792609857
Claiming `array_avg` — the last unclaimed split function from this issue. Will template from the merged `array_sum` (#22542) using the same SQL aggregate NULL convention: skip NULL elements, empty array → NULL, all-NULL row → NULL. Result type `Float64`. Alias `list_avg` per the `list_sum` / `list_product` pattern. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
