Modifies the current
PivotData object to merge values from itself and specified
PivotData.
Namespace:
NReco.PivotData
Assembly:
NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
public virtual void Merge(
IPivotData pvtData
)
Public Overridable Sub Merge (
pvtData As IPivotData
)
public:
virtual void Merge(
IPivotData^ pvtData
)
abstract Merge :
pvtData : IPivotData -> unit
override Merge :
pvtData : IPivotData -> unit
Parameters
- pvtData
- Type: NReco.PivotDataIPivotData
multidimensional dataset to merge
Only compatible
PivotData objects could be merged: they should have the same AggregatorFactory and Dimensions configuration.
This method is also useful for organizing parallel data aggregation algorithm.
Reference