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

Add timestamp information to groupbyquery results #1

Closed krisgeus closed 7 years ago

krisgeus commented 7 years ago

When doing a granularity other then all the timestamp information was missing from the results.

Added the GroupByQueryResult in the same way the TimeSeriesResult was used and update the version number to 0.0.6

krisgeus commented 7 years ago

@Fokko Care to review this?