Package | Description |
---|---|
com.espertech.esper.epl.agg.aggregator |
Aggregation function implementations.
|
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
|
Modifier and Type | Field and Description |
---|---|
protected MinMaxTypeEnum |
AggregatorMinMaxEver.minMaxTypeEnum |
protected MinMaxTypeEnum |
AggregatorMinMax.minMaxTypeEnum |
Constructor and Description |
---|
AggregatorMinMax(MinMaxTypeEnum minMaxTypeEnum)
Ctor.
|
AggregatorMinMaxEver(MinMaxTypeEnum minMaxTypeEnum)
Ctor.
|
AggregatorMinMaxEverFilter(MinMaxTypeEnum minMaxTypeEnum) |
AggregatorMinMaxFilter(MinMaxTypeEnum minMaxTypeEnum) |
Modifier and Type | Method and Description |
---|---|
MinMaxTypeEnum |
ExprMinMaxRowNode.getMinMaxTypeEnum()
Returns the indicator for minimum or maximum.
|
Constructor and Description |
---|
ExprMinMaxRowNode(MinMaxTypeEnum minMaxTypeEnum)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
MinMaxTypeEnum |
ExprMinMaxAggrNode.getMinMaxTypeEnum()
Returns the indicator for minimum or maximum.
|
Constructor and Description |
---|
ExprMinMaxAggrNode(boolean distinct,
MinMaxTypeEnum minMaxTypeEnum,
boolean isFFunc,
boolean isEver) |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|