Commits
Click on a commit to change the comparison rangeAdd all structure for stddev Implement structure for local and distributed stddev Implement non-grouped stddev Implement grouped standard deviation Merge branch 'main' into feat/stddev Merge branch 'main' into feat/stddev Edit data-type of `square_sum` field in `to_field` impl Fix errors in multi-partition aggregation planning Add some tests for stddev (single- and multi- partitioned) Finish tests for stddev feature Explicitly import typing module; fix lints Remove `SquareSum` since it can just be implemented as `AggExpr::Sum(Expr::Agg(AggExpr::BinaryOp { .. }))` Update grouped-mean impl to use stats Merge branch 'main' into feat/stddev