ruibinx opened a new issue #9561: Support SQL function STDDEV/VARIANCE on Variance column URL: https://github.com/apache/druid/issues/9561 ### Description Current SQL functions STDDEV/VARIANCE only support numeric column types judging by code: https://github.com/apache/druid/blob/ff59d2e78bd3949e46858bc2f9882db9a7d2a186/extensions-core/stats/src/main/java/org/apache/druid/query/aggregation/variance/sql/BaseVarianceSqlAggregator.java#L103 ### Motivation Support Variance Type for STDDEV/VARIANCE could make use of pre-calculated variance column value.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
