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

HavingSpec #19

Closed vkorchik closed 6 years ago

vkorchik commented 6 years ago

Now GroupBy query includes "having" clause. Implementation provides all HavingSpecs listed in druid documentation.

Code is very simple, basically was copied from Filter :wink:

Tests were added as well: json encoding, request and operators usage examples.

bjgbeelen commented 6 years ago

Nice addition, LGTM!