Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static FirstProjectionExpression |
Expressions.first(Expression expression)
First-value (in window) aggregation function.
|
static FirstProjectionExpression |
Expressions.first(String propertyName)
First-value (windowed) aggregation function.
|