OpenMLDB
OpenMLDB copied to clipboard
support `stddev` aggregation operator
Describe the feature you'd like
Support STDDEV
op:
SELECT STDDEV(col1) OVER w1 FROM t1
WINDOW w1 AS (PARTITION BY col0 ORDER BY col2 ROWS BETWEEN 2 PRECEDING AND CURRENT ROW);
[WeOpen Star]I would like to help
fixed in #3025