Veeupup / naive-query-engine

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

Aggregate Func #16

Open Veeupup opened 2 years ago

Veeupup commented 2 years ago

aggregate func with group by

Veeupup commented 2 years ago

We need to output the group by value when doing projection @GanZiheng