|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MinMaxTypeEnum | |
---|---|
net.esper.eql.agg | |
net.esper.eql.core | Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
net.esper.eql.expression | This package contains the EQL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses |
net.esper.type | Internal primitive, enum and other type representations |
Uses of MinMaxTypeEnum in net.esper.eql.agg |
---|
Constructors in net.esper.eql.agg with parameters of type MinMaxTypeEnum | |
---|---|
MinMaxAggregator(MinMaxTypeEnum minMaxTypeEnum,
Class returnType)
Ctor. |
Uses of MinMaxTypeEnum in net.esper.eql.core |
---|
Methods in net.esper.eql.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 net.esper.eql.expression |
---|
Constructors in net.esper.eql.expression with parameters of type MinMaxTypeEnum | |
---|---|
ExprMinMaxAggrNode(boolean distinct,
MinMaxTypeEnum minMaxTypeEnum)
Ctor. |
|
ExprMinMaxRowNode(MinMaxTypeEnum minMaxTypeEnum)
Ctor. |
Uses of MinMaxTypeEnum in net.esper.type |
---|
Methods in net.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |