'Reql : how to achieve multiple aggregation on the same column in rethinkDb table

Am trying to achieve something like this in Reql, which we do in sql Select column1, max(column2) as maxvalue, min(column2) as minvalue, avg(column2) as avgvlaue from table group by coulm1



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source