Initializes a new instance of the PivotData with specified dimensions, aggregator and processes specified data.
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
public PivotData( string[] dimensions, IAggregatorFactory aggregator, IEnumerable<IDictionary<string, Object>> data )
Parameters
- dimensions
- Type:System.String[]
dimensions configuration (array of dimension elements) - aggregator
- Type: NReco.PivotData.IAggregatorFactory
measure aggregators factory - data
- Type: System.Collections.Generic.IEnumerable<IDictionary<String, Object>>
data represented by dictionary enumeration
See Also