influxdb/query/stdlib
Jonathan A. Sternberg 61362e4d63
feat(query/stdlib): add a rule to reorder group and window ()
This rule reorders group and window so it will switch from using
`ReadGroup` to using `ReadWindowAggregate` when the intent is to
aggregate a grouped window. It will then add a group node that groups by
the given columns and the start and stop columns and then reperform the
aggregate. This is more performant than performing the group first.
2020-06-22 11:11:27 -05:00
..
experimental Merge branch 'master' into chore/merge-master 2020-04-06 12:17:47 -05:00
influxdata/influxdb feat(query/stdlib): add a rule to reorder group and window () 2020-06-22 11:11:27 -05:00
testing feat: annotate context with feature flags when handling flux queries () 2020-06-17 16:55:29 +03:00
packages.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00