Class MinSqlAggregator

java.lang.Object
org.apache.druid.sql.calcite.aggregation.builtin.SimpleSqlAggregator
org.apache.druid.sql.calcite.aggregation.builtin.MinSqlAggregator
All Implemented Interfaces:
SqlAggregator

public class MinSqlAggregator extends SimpleSqlAggregator
  • Constructor Details

    • MinSqlAggregator

      public MinSqlAggregator()
  • Method Details

    • calciteFunction

      public org.apache.calcite.sql.SqlAggFunction calciteFunction()
      Description copied from interface: SqlAggregator
      Returns the SQL operator corresponding to this aggregation function. Should be a singleton.
      Returns:
      operator