 | AggregationFunctionValidationContextParameterTypes Property |
The return type of each parameter expression.
This information can also be obtained by calling getType on each parameter expression.
Namespace:
com.espertech.esper.common.client.hook.aggfunc
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic Type[] ParameterTypes { get; }
Property Value
Type:
Typearray providing result type of each parameter expression
See Also