mirror of
https://github.com/apache/druid.git
synced 2025-03-06 17:29:45 +00:00
* Granularity: Introduce primitive-typed bucketStart, increment methods. Saves creation of unnecessary DateTime objects in timestamp_floor and timestamp_ceil expressions. * Fix style. * Amp up the test coverage.