zclllyybb opened a new pull request, #63829: URL: https://github.com/apache/doris/pull/63829
Implement ratio_to_report(expr) as a Nereids window function for Oracle compatibility. The function returns nullable DOUBLE and evaluates the current row value divided by the sum of non-null values in the current partition. Add FE registration, frame validation, BE analytic implementation, partition-aware execution wiring, and regression coverage for nullable values, zero denominators, expression arguments, constants, NULL literals, and invalid frames. -- 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]
