flux icon indicating copy to clipboard operation
flux copied to clipboard

Allow differing aggregate functions to apply to different columns of the same table.

Open adamperlin opened this issue 6 years ago • 2 comments

From ifql created by nathanielc : influxdata/ifql#207

Currently only a single aggregate function can be applied to a window. If multiple aggregates are desired one must perform each aggregate separately and then join the results back together.

In other words the user should not need to rejoin a table that has already been joined.

In addition the _time column should be available for aggregation. https://github.com/influxdata/influxdb/issues/5369

adamperlin avatar Jul 03 '18 22:07 adamperlin

This will be possible via this helper function https://github.com/influxdata/platform/issues/139

nathanielc avatar Aug 01 '18 21:08 nathanielc

Was this resolved by now? The above issue seems to lead to a dead link

yenicelik avatar Jun 15 '23 12:06 yenicelik