naive-query-engine icon indicating copy to clipboard operation
naive-query-engine copied to clipboard

Aggregate Func

Open Veeupup opened this issue 2 years ago • 1 comments

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

Veeupup avatar May 16 '22 16:05 Veeupup

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

Veeupup avatar May 24 '22 15:05 Veeupup