Name | Description | |
---|---|---|
![]() | Function | Aggregate function. |
The following tables list the members exposed by Aggregate.
Name | Description | |
---|---|---|
![]() | IsSingleArgument | Returns True if the aggregate function requires single argument. |
![]() | State | Variant-based aggregate state representation. This state can be used with Create(AggregateFunction,Variant[]) method. |
Name | Description | |
---|---|---|
![]() | Accumulate | Accumulates value into aggregate state. |
![]() | Combine | Combines two aggregates into one. |
![]() ![]() | Create | Overloaded. Creates aggregate with a given state. |
![]() | GetValue | Gets the aggregate function result. |