druid/extensions-contrib/moving-average-query
Clint Wylie ffc2397bcd fix AggregatorFactory.finalizeComputation implementations to be ok with null inputs (#7731)
* AggregatorFactory finalizeComputation is nullable with nullable input, make implementations honor this

* fixes
2019-05-22 21:13:09 -07:00
..
src fix AggregatorFactory.finalizeComputation implementations to be ok with null inputs (#7731) 2019-05-22 21:13:09 -07:00
README.md Contributing Moving-Average Query to open source. (#6430) 2019-04-26 17:07:48 -07:00
pom.xml Update mocking libraries for Java 11 support (#7596) 2019-05-06 12:28:56 -07:00

README.md

druid-moving-average-query

Overview

Moving Average Query is an extension which provides support for Moving Average and other Aggregate Window Functions in Druid queries.

Documentation

See the druid.io website or under Druid Github Repo.