yujun777 opened a new pull request, #4117: URL: https://github.com/apache/doris-website/pull/4117
Add English and Chinese documentation for the new `array_agg_if` aggregate function. `array_agg_if(cond, col)` concatenates the values of rows whose condition is true into an array. Rows whose condition is false or NULL are skipped entirely; when the condition is true, NULL values are kept as NULL elements; an empty array is returned when no row matches. -- 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]
