cube2222 / octosql

OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Mozilla Public License 2.0
4.78k stars 202 forks source link

Add Statistical Window Functions #306

Open rupurt opened 1 year ago

rupurt commented 1 year ago

It would be awesome to have statistical window functions like with the OVER clause like Postgres & DuckDB. Is this something on the radar?

cube2222 commented 1 year ago

Yes! Actually, something I'm planning to add whenever I have some time to spend on OctoSQL. I really want these too.