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.core Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
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.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, java.lang.Class returnType)
          Ctor.
AggregatorMinMaxEver(MinMaxTypeEnum minMaxTypeEnum, java.lang.Class returnType)
          Ctor.
AggregatorMinMaxEverFilter(MinMaxTypeEnum minMaxTypeEnum, java.lang.Class returnType)
           
AggregatorMinMaxFilter(MinMaxTypeEnum minMaxTypeEnum, java.lang.Class returnType)
           
 

Uses of MinMaxTypeEnum in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core with parameters of type MinMaxTypeEnum
 AggregationMethod MethodResolutionServiceImpl.makeMinMaxAggregator(int agentInstanceId, int groupId, int aggregationId, MinMaxTypeEnum minMaxTypeEnum, java.lang.Class targetType, boolean isHasDataWindows, boolean hasFilter)
           
 AggregationMethod MethodResolutionService.makeMinMaxAggregator(int agentInstanceId, int groupId, int aggregationId, MinMaxTypeEnum minMaxType, java.lang.Class targetType, boolean isHasDataWindows, boolean hasFilter)
          Makes a new min-max-aggregator.
 

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

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

Constructors in com.espertech.esper.epl.expression with parameters of type MinMaxTypeEnum
ExprMinMaxAggrNode(boolean distinct, MinMaxTypeEnum minMaxTypeEnum, boolean hasFilter)
          Ctor.
ExprMinMaxAggrNodeFactory(MinMaxTypeEnum minMaxTypeEnum, java.lang.Class type, boolean hasDataWindows, boolean distinct, boolean hasFilter)
           
ExprMinMaxRowNode(MinMaxTypeEnum minMaxTypeEnum)
          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-2011 EsperTech Inc.
All rights reserved.
Visit us at espertech.com