Click or drag to resize

AggregationFunctionValidationContextIsConstantValue Property

A boolean indicator for each parameter expression that is true if the expression returns a constant result or false if the expression result is not a constant value.

This information can also be obtained by calling isConstantResult on each parameter expression.

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

Property Value

Type: Boolean
array providing an indicator per parameter expression that the result is a constant value
See Also