Click or drag to resize

AggregationFunctionForgeValidate Method

Implemented by plug-in aggregation functions to allow such functions to validate the type of values passed to the function at statement compile time and to generally interrogate parameter expressions.

Namespace:  com.espertech.esper.common.client.hook.aggfunc
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void Validate(
	AggregationFunctionValidationContext validationContext
)

Parameters

validationContext
Type: com.espertech.esper.common.client.hook.aggfuncAggregationFunctionValidationContext
expression information
See Also