apache / incubator-wayang

Apache Wayang(incubating) is the first cross-platform data processing system.
https://wayang.incubator.apache.org/
Apache License 2.0
174 stars 70 forks source link

Feature Update: Aggregation queries in SQL API #365

Closed AdityaGoel11 closed 8 months ago

AdityaGoel11 commented 8 months ago

Add support for handling aggregation queries with an arbitrary number of aggregation and grouping columns.

AdityaGoel11 commented 8 months ago

Add support for projection queries with constants(RexLiterals) and ADD/SUBTRACT/DIVIDE/MULTIPLY operators in RexCalls.