influxdb/query/stdlib
jlapacik eba496d1bd
feat: grouped aggregate rewrite rules (#18342)
* feat: flags for pushing down new aggregates

* refactor: grouped aggregate rewrite rules

The storage operation ReadGroup aggregates per series on the storage
side. The planner will rewrite grouped aggregate queries to call
ReadGroup, which will perform a partial aggregation, followed by
another operation that will perform the rest of the aggregation on
the compute side.

* feat: storage capabilities for grouped aggregates

* fix: changes from review

* feat: group read operation name should include aggregate
2020-06-04 14:36:15 -07:00
..
experimental Merge branch 'master' into chore/merge-master 2020-04-06 12:17:47 -05:00
influxdata/influxdb feat: grouped aggregate rewrite rules (#18342) 2020-06-04 14:36:15 -07:00
testing fix: need to rebuild the query request before the second e2e test run (#18112) 2020-05-15 18:50:33 +03:00
packages.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00