Click or drag to resize

AggregationFunctionValidationContextConstantValues Property

If a parameter expression returns a constant value, the value of the constant it returns is provided in this array.

This information can also be obtained by calling evaluate on each parameter expression providing a constant value.

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Object[] ConstantValues { get; }

Property Value

Type: Object
array providing the constant return value per parameter expression that has constant result value, or nullif a parameter expression is deemded to not provide a constant result value
See Also