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.81k stars 203 forks source link

Distinct streaming #194

Closed JasiekChomiak closed 4 years ago

JasiekChomiak commented 4 years ago

This PR introduces the "DISTINCT" functionality into our streaming world :) The main issues that can still be thought about are: 1) Handling of repeating columns in output.go 2) Forcing the determinisim of StarExpressions 3) Handling of outputFields in GroupBy

JasiekChomiak commented 4 years ago

Turns out this won't work at all :3