Veeupup / naive-query-engine

A Toy Query Engine & SQL interface
Apache License 2.0
64 stars 7 forks source link

Support Aggregate Function Group by #46

Closed Veeupup closed 2 years ago

Veeupup commented 2 years ago

Signed-off-by: Veeupup code@tanweime.com

Support group by aggregate function such as select count(id), sum(age), sum(score) from t1 group by id % 3"