|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AggregationFunctionFactory
Interface to implement for factories of aggregation functions.
Method Summary | |
---|---|
java.lang.Class |
getValueType()
Returns the type of the current value. |
AggregationMethod |
newAggregator()
Make a new, initalized aggregation state. |
void |
setFunctionName(java.lang.String functionName)
Sets the EPL function name assigned to the factory. |
void |
validate(AggregationValidationContext validationContext)
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. |
Method Detail |
---|
void setFunctionName(java.lang.String functionName)
functionName
- assignedvoid validate(AggregationValidationContext validationContext)
validationContext
- expression informationAggregationMethod newAggregator()
java.lang.Class getValueType()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |