Class SumSqlAggregator

java.lang.Object
org.apache.druid.sql.calcite.aggregation.builtin.SimpleSqlAggregator
org.apache.druid.sql.calcite.aggregation.builtin.SumSqlAggregator
All Implemented Interfaces:
SqlAggregator
Direct Known Subclasses:
SumZeroSqlAggregator

public class SumSqlAggregator extends SimpleSqlAggregator
  • Constructor Details

    • SumSqlAggregator

      public SumSqlAggregator()
  • 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