influxdb/mock
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
..
auth_service.go
authorization.go
bucket_service.go
check_service.go
dashboard_service.go
dbrp_mapping.go
delete.go
dependencies.go
document_service.go
flagger.go
generators.go
kv.go
label_service.go
lookup_service.go
nats.go
nats_test.go
notification_endpoint_service.go
notification_rule_store.go
onboarding_service.go
operation_log_service.go
org_service.go
paging.go
passwords.go
points_writer.go
reader.go
reads_resultset.go
reads_resultset_test.go
retention_service.go
safe_count.go
scraper_service.go
secret_service.go
session_service.go
source_service.go
task_service.go
telegraf_service.go
user_resource_mapping_service.go
user_service.go
variable_service.go
write_service.go