You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2020/02/05 01:09:05 UTC

[druid] branch master updated (7e53f23 -> 868fdeb)

This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 7e53f23  Web console: make supervisor reset really scary in the UI (#9253)
     add 868fdeb  GREATEST/LEAST post-aggregators in SQL (#8719)

No new revisions were added by this update.

Summary of changes:
 docs/querying/sql.md                               |   2 +
 .../aggregation/builtin/GreatestSqlAggregator.java | 136 +++++++
 .../aggregation/builtin/LeastSqlAggregator.java    | 136 +++++++
 .../builtin/MultiColumnSqlAggregator.java          | 152 +++++++
 .../sql/calcite/planner/DruidOperatorTable.java    |   4 +
 .../apache/druid/sql/calcite/CalciteQueryTest.java | 444 +++++++++++++++++++++
 6 files changed, 874 insertions(+)
 create mode 100644 sql/src/main/java/org/apache/druid/sql/calcite/aggregation/builtin/GreatestSqlAggregator.java
 create mode 100644 sql/src/main/java/org/apache/druid/sql/calcite/aggregation/builtin/LeastSqlAggregator.java
 create mode 100644 sql/src/main/java/org/apache/druid/sql/calcite/aggregation/builtin/MultiColumnSqlAggregator.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org