Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
List<SelectClauseExpression> |
MatchRecognizeClause.getMeasures()
Returns measures.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchRecognizeClause.setMeasures(List<SelectClauseExpression> measures)
Sets measures.
|