mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
* global table if only joinable * oops * fix style, add more tests * Update sql/src/test/java/org/apache/druid/sql/calcite/schema/DruidSchemaTest.java * better information schema columns, distinguish broadcast from joinable * fix javadoc * fix mistake Co-authored-by: Jihoon Son <jihoonson@apache.org>
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.