mirror of
https://github.com/apache/druid.git
synced 2025-03-01 14:59:08 +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.