feat(influxdb): enable group pushdown rule

Closes #13623.
pull/13735/head
jlapacik 2019-04-30 13:39:56 -07:00
parent 5d90683b07
commit e50508a349
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ func init() {
plan.RegisterPhysicalRules( plan.RegisterPhysicalRules(
PushDownRangeRule{}, PushDownRangeRule{},
PushDownFilterRule{}, PushDownFilterRule{},
PushDownGroupRule{},
PushDownReadTagKeysRule{}, PushDownReadTagKeysRule{},
PushDownReadTagValuesRule{}, PushDownReadTagValuesRule{},
) )