 | ConfigurationCompilerAddPlugInAggregationFunctionForge Method (String, String) |
Adds a plug-in aggregation function given a EPL function name and an aggregation forge class name.
The same function name cannot be added twice.
Namespace:
com.espertech.esper.common.client.configuration.compiler
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddPlugInAggregationFunctionForge(
string functionName,
string aggregationForgeClassName
)
Parameters
- functionName
- Type: SystemString
is the new aggregation function name for use in EPL - aggregationForgeClassName
- Type: SystemString
is the fully-qualified class name of the class implementing the aggregation
function forge interface
See Also