![]() | AggregationFunctionForge Interface |
Namespace: com.espertech.esper.common.client.hook.aggfunc
public interface AggregationFunctionForge
The AggregationFunctionForge type exposes the following members.
Name | Description | |
---|---|---|
![]() | AggregationFunctionMode |
Describes to the compiler how it should manage code for the aggregation function.
|
![]() | FunctionName |
Sets the EPL function name assigned to the factory.
|
![]() | ValueType |
Returns the type of the current value.
|
Name | Description | |
---|---|---|
![]() | Validate |
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.
|