ing-bank / scruid

Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes.
Apache License 2.0
115 stars 29 forks source link

Support filtered aggregator to be used with any filter #109

Open alexnu opened 3 years ago

alexnu commented 3 years ago

Dear maintainers,

Please accept my PR which enables the use of filtered aggregator with any filter besides "in" and "selector".

bjgbeelen commented 3 years ago

Hi @alexnu, thanks for your PR. Could you add a test for this new feature? Thanks!