|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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,
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.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-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |