druid/extensions-contrib/moving-average-query
Akshat Jain 98b960c6ac
Refactor: Replace explicit type arguments with diamond operator (#17567)
Since we aren't supporting Java 8 anymore, we can switch to diamond operators
without specifying explicit type arguments.
2024-12-17 14:37:45 +05:30
..
src Refactor: Replace explicit type arguments with diamond operator (#17567) 2024-12-17 14:37:45 +05:30
README.md chore: fix case of GitHub (#10928) 2021-05-07 01:15:43 -07:00
pom.xml Prepare master for 32.0.0 release (#17022) 2024-09-10 11:01:20 +05:30

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.apache.org website or under Druid GitHub Repo.