Package | Description |
---|---|
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
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MinMaxTypeEnum |
ExprMinMaxRowNode.getMinMaxTypeEnum()
Returns the indicator for minimum or maximum.
|
MinMaxTypeEnum |
ExprMinMaxAggrNode.getMinMaxTypeEnum()
Returns the indicator for minimum or maximum.
|
Constructor and Description |
---|
ExprMinMaxAggrNode(boolean distinct,
MinMaxTypeEnum minMaxTypeEnum,
boolean hasFilter)
Ctor.
|
ExprMinMaxRowNode(MinMaxTypeEnum minMaxTypeEnum)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|