naive-query-engine
naive-query-engine copied to clipboard
Aggregate Func
aggregate func with group by
- basic design: #41
- basic planner: #45
- group by,
sum
func work with different types #46
- [ ] support more group by datatypes
We need to output the group by value when doing projection @GanZiheng