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