Uses of Class
com.espertech.esper.type.MinMaxTypeEnum

Packages that use MinMaxTypeEnum
com.espertech.esper.epl.agg.aggregator Aggregation function implementations. 
com.espertech.esper.epl.expression.funcs Function expressions. 
com.espertech.esper.epl.expression.methodagg Method-aggregation expressions. 
com.espertech.esper.type Internal primitive, enum and other type representations 
 

Uses of MinMaxTypeEnum in com.espertech.esper.epl.agg.aggregator
 

Fields in com.espertech.esper.epl.agg.aggregator declared as MinMaxTypeEnum
protected  MinMaxTypeEnum AggregatorMinMaxEver.minMaxTypeEnum
           
protected  MinMaxTypeEnum AggregatorMinMax.minMaxTypeEnum
           
 

Constructors in com.espertech.esper.epl.agg.aggregator with parameters of type MinMaxTypeEnum
AggregatorMinMax(MinMaxTypeEnum minMaxTypeEnum)
          Ctor.
AggregatorMinMaxEver(MinMaxTypeEnum minMaxTypeEnum)
          Ctor.
AggregatorMinMaxEverFilter(MinMaxTypeEnum minMaxTypeEnum)
           
AggregatorMinMaxFilter(MinMaxTypeEnum minMaxTypeEnum)
           
 

Uses of MinMaxTypeEnum in com.espertech.esper.epl.expression.funcs
 

Methods in com.espertech.esper.epl.expression.funcs that return MinMaxTypeEnum
 MinMaxTypeEnum ExprMinMaxRowNode.getMinMaxTypeEnum()
          Returns the indicator for minimum or maximum.
 

Constructors in com.espertech.esper.epl.expression.funcs with parameters of type MinMaxTypeEnum
ExprMinMaxRowNode(MinMaxTypeEnum minMaxTypeEnum)
          Ctor.
 

Uses of MinMaxTypeEnum in com.espertech.esper.epl.expression.methodagg
 

Methods in com.espertech.esper.epl.expression.methodagg that return MinMaxTypeEnum
 MinMaxTypeEnum ExprMinMaxAggrNode.getMinMaxTypeEnum()
          Returns the indicator for minimum or maximum.
 

Constructors in com.espertech.esper.epl.expression.methodagg with parameters of type MinMaxTypeEnum
ExprMinMaxAggrNode(boolean distinct, MinMaxTypeEnum minMaxTypeEnum, boolean hasFilter, boolean isEver)
          Ctor.
 

Uses of MinMaxTypeEnum in com.espertech.esper.type
 

Methods in com.espertech.esper.type that return MinMaxTypeEnum
static MinMaxTypeEnum MinMaxTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MinMaxTypeEnum[] MinMaxTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


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