Package | Description |
---|---|
com.espertech.esper.common.internal.epl.approx.countminsketch |
Approximation algos.
|
com.espertech.esper.common.internal.epl.expression.agg.accessagg |
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 |
ExprAggMultiFunctionCountMinSketchNode.getAggType() |
Constructor and Description |
---|
ExprAggMultiFunctionCountMinSketchNode(boolean distinct,
CountMinSketchAggType aggType) |
Copyright © 2005–2018. All rights reserved.