Package com.espertech.esper.common.internal.epl.expression.agg.method


package com.espertech.esper.common.internal.epl.expression.agg.method
  • Classes
    Class
    Description
    Represents the avedev(...) aggregate function is an expression tree.
    Represents the avg(...) aggregate function is an expression tree.
    Represents the "countever" aggregate function is an expression tree.
    Represents the count(...) and count(*) and count(distinct ...) aggregate function is an expression tree.
    Represents the "firstever" and "lastever: aggregate function is an expression tree.
    Represents the leaving() aggregate function is an expression tree.
    Represents the median(...) aggregate function is an expression tree.
     
    Represents the min/max(distinct? ...) aggregate function is an expression tree.
    Represents the nth(...) and aggregate function is an expression tree.
    Represents a custom aggregation function in an expresson tree.
    Represents the rate(...) and aggregate function is an expression tree.
    Represents the stddev(...) aggregate function is an expression tree.
    Represents the sum(...) aggregate function is an expression tree.