Click or drag to resize

InMemoryPivotProviderAggregate Method

Aggegrate the bucket according to aggregateFunction

Namespace:  SanteDB.BI.Services.Impl
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntax
public Object Aggregate(
	IEnumerable<Object> bucket,
	BiAggregateFunction aggregateFunction
)

Parameters

bucket
Type: System.Collections.GenericIEnumerableObject
aggregateFunction
Type: SanteDB.BI.ModelBiAggregateFunction

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.BI.Services.Impl.InMemoryPivotProvider.Aggregate(System.Collections.Generic.IEnumerable{System.Object},SanteDB.BI.Model.BiAggregateFunction)"]

See Also