Package | Description |
---|---|
com.espertech.esper.epl.approx |
Approximation algos.
|
com.espertech.esper.epl.expression.accessagg |
Access-aggregation expressions.
|
Modifier and Type | Method and Description |
---|---|
static CountMinSketchAggType |
CountMinSketchAggType.fromNameMayMatch(String name) |
static CountMinSketchAggType |
CountMinSketchAggType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CountMinSketchAggType[] |
CountMinSketchAggType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CountMinSketchAggType |
ExprAggCountMinSketchNode.getAggType() |
Constructor and Description |
---|
ExprAggCountMinSketchNode(boolean distinct,
CountMinSketchAggType aggType) |