coral
coral copied to clipboard
[Coral-Hive] Add missing Hive multi-dimensional aggregation functions: GROUPING_SE…
…TS, ROLLUP, and CUBE
What changes are proposed in this pull request, and why are they necessary?
Add missing Hive multidimensional aggregation functions (GROUPING SETS, CUBE, ROLLUP) to the coral-hive module.
How was this patch tested?
tested by run unit test
@wmoustafa Could you help review it?
Thanks for the PR. I think it still needs some more work:
1- Conversion from SqlNode to RelNode. 2- Conversion from RelNode to SqlNode.