|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExprAggregateNodeBase | |
---|---|
com.espertech.esper.epl.agg.service | Aggregation services. |
com.espertech.esper.epl.expression.accessagg | Access-aggregation expressions. |
com.espertech.esper.epl.expression.methodagg | Method-aggregation expressions. |
com.espertech.esper.epl.expression.table | Table access and identifiers expressions. |
com.espertech.esper.metrics.instrumentation | EPL instrumentation helpers. |
Uses of ExprAggregateNodeBase in com.espertech.esper.epl.agg.service |
---|
Methods in com.espertech.esper.epl.agg.service that return ExprAggregateNodeBase | |
---|---|
ExprAggregateNodeBase |
AggregationMethodFactory.getAggregationExpression()
|
Uses of ExprAggregateNodeBase in com.espertech.esper.epl.expression.accessagg |
---|
Subclasses of ExprAggregateNodeBase in com.espertech.esper.epl.expression.accessagg | |
---|---|
class |
ExprAggCountMinSketchNode
Represents the Count-min sketch aggregate function. |
class |
ExprAggMultiFunctionLinearAccessNode
|
class |
ExprAggMultiFunctionSortedMinMaxByNode
|
class |
ExprPlugInAggMultiFunctionNode
Represents a custom aggregation function in an expresson tree. |
Methods in com.espertech.esper.epl.expression.accessagg that return ExprAggregateNodeBase | |
---|---|
ExprAggregateNodeBase |
ExprPlugInAggMultiFunctionNodeFactory.getAggregationExpression()
|
ExprAggregateNodeBase |
ExprAggMultiFunctionSortedMinMaxByNodeFactory.getAggregationExpression()
|
ExprAggregateNodeBase |
ExprAggMultiFunctionLinearAccessNodeFactoryMethod.getAggregationExpression()
|
ExprAggregateNodeBase |
ExprAggMultiFunctionLinearAccessNodeFactoryAccess.getAggregationExpression()
|
ExprAggregateNodeBase |
ExprAggCountMinSketchNodeFactoryBase.getAggregationExpression()
|
Uses of ExprAggregateNodeBase in com.espertech.esper.epl.expression.methodagg |
---|
Subclasses of ExprAggregateNodeBase in com.espertech.esper.epl.expression.methodagg | |
---|---|
class |
ExprAvedevNode
Represents the avedev(...) aggregate function is an expression tree. |
class |
ExprAvgNode
Represents the avg(...) aggregate function is an expression tree. |
class |
ExprCountEverNode
Represents the "countever" 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 |
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.epl.expression.table |
---|
Methods in com.espertech.esper.epl.expression.table that return ExprAggregateNodeBase | |
---|---|
ExprAggregateNodeBase |
ExprTableAccessNodeSubpropAccessor.getAggregateAccessMultiValueNode()
|
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-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |