Uses of Class
com.espertech.esper.epl.expression.ExprAggregateNodeBase

Packages that use ExprAggregateNodeBase
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
com.espertech.esper.metrics.instrumentation   
 

Uses of ExprAggregateNodeBase in com.espertech.esper.epl.expression
 

Subclasses of ExprAggregateNodeBase in com.espertech.esper.epl.expression
 class ExprAggMultiFunctionLinearAccessNode
           
 class ExprAggMultiFunctionSortedMinMaxByNode
           
 class ExprAvedevNode
          Represents the avedev(...) aggregate function is an expression tree.
 class ExprAvgNode
          Represents the avg(...) aggregate function is an expression tree.
 class ExprCountNode
          Represents the count(...) and count(*) and count(distinct ...) aggregate function is an expression tree.
 class ExprFirstEverNode
          Represents the "firstever" aggregate function is an expression tree.
 class ExprLastEverNode
          Represents the "lastever" aggregate function is an expression tree.
 class ExprLeavingAggNode
          Represents the leaving() aggregate function is an expression tree.
 class ExprMedianNode
          Represents the median(...) aggregate function is an expression tree.
 class ExprMinMaxAggrNode
          Represents the min/max(distinct? ...) aggregate function is an expression tree.
 class ExprNthAggNode
          Represents the nth(...) and aggregate function is an expression tree.
 class ExprPlugInAggFunctionFactoryNode
          Represents a custom aggregation function in an expresson tree.
 class ExprPlugInAggMultiFunctionNode
          Represents a custom aggregation function in an expresson tree.
 class ExprRateAggNode
          Represents the rate(...) and aggregate function is an expression tree.
 class ExprStddevNode
          Represents the stddev(...) aggregate function is an expression tree.
 class ExprSumNode
          Represents the sum(...) aggregate function is an expression tree.
 

Uses of ExprAggregateNodeBase in com.espertech.esper.metrics.instrumentation
 

Methods in com.espertech.esper.metrics.instrumentation with parameters of type ExprAggregateNodeBase
 void InstrumentationDefault.qaExprAggValue(ExprAggregateNodeBase exprAggregateNodeBase, java.lang.Object value)
           
 void Instrumentation.qaExprAggValue(ExprAggregateNodeBase exprAggregateNodeBase, java.lang.Object value)
           
 


© 2006-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com