 | ExpressionsMax Method (String, String, String) |
Maximum value per-row function (not aggregating).
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static MaxRowExpression Max(
string propertyOne,
string propertyTwo,
params string[] moreProperties
)
Parameters
- propertyOne
- Type: SystemString
the name of a first property to compare - propertyTwo
- Type: SystemString
the name of a second property to compare - moreProperties
- Type: SystemString
optional additional properties to compare
Return Value
Type:
MaxRowExpressionexpression
See Also