|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MinMaxTypeEnum | |
---|---|
com.espertech.esper.epl.agg | Contains aggregation service and aggregators |
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 |
---|
Constructors in com.espertech.esper.epl.agg with parameters of type MinMaxTypeEnum | |
---|---|
MinMaxAggregator(MinMaxTypeEnum minMaxTypeEnum,
Class returnType)
Ctor. |
Uses of MinMaxTypeEnum in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core with parameters of type MinMaxTypeEnum | |
---|---|
AggregationMethod |
MethodResolutionServiceImpl.makeMinMaxAggregator(MinMaxTypeEnum minMaxTypeEnum,
Class targetType)
|
AggregationMethod |
MethodResolutionService.makeMinMaxAggregator(MinMaxTypeEnum minMaxType,
Class targetType)
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)
Ctor. |
|
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(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're declared. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |