Skip to content

Commit 2008b1d

Browse files
authored
Update docs to note support for VARIANCE and STDDEV (#1543)
1 parent 90de12a commit 2008b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ This library currently supports many SQL constructs, including
266266
- `SELECT ... FROM ...` together with any expression
267267
- `ALIAS` to name an expression
268268
- `CAST` to change types, including e.g. `Timestamp(Nanosecond, None)`
269-
- most mathematical unary and binary expressions such as `+`, `/`, `sqrt`, `tan`, `>=`.
269+
- Many mathematical unary and binary expressions such as `+`, `/`, `sqrt`, `tan`, `>=`.
270270
- `WHERE` to filter
271-
- `GROUP BY` together with one of the following aggregations: `MIN`, `MAX`, `COUNT`, `SUM`, `AVG`
271+
- `GROUP BY` together with one of the following aggregations: `MIN`, `MAX`, `COUNT`, `SUM`, `AVG`, `VAR`, `STDDEV` (sample and population)
272272
- `ORDER BY` together with an expression and optional `ASC` or `DESC` and also optional `NULLS FIRST` or `NULLS LAST`
273273

274274
## Supported Functions

0 commit comments

Comments
 (0)