Skip to main content
All docs
V24.2

ICustomAggregateFunction Members

In This Article
Declares the base functionality for custom aggregate functions.

#Properties
Show Inherited Hide Inherited

Name Description
Name When implemented by a custom function, specifies its name. Inherited from ICustomFunctionOperator.

#Methods
Show Inherited Hide Inherited

Name Description
Evaluate(Object[]) When implemented by a custom function, evaluates it on the client. Inherited from ICustomFunctionOperator.
GetAggregationContextType(Type) Returns the type of the custom function implemented by the ICustomAggregateFunction interface.
ResultType(Type[]) When implemented by a custom function, determines its return value type based on the type of function operands (parameters). Inherited from ICustomFunctionOperator.
See Also