Implements aggregator that counts only unique values.
Inheritance Hierarchy
NReco.PivotData.CountUniqueAggregator
NReco.PivotData.ListUniqueAggregator
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
The CountUniqueAggregator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CountUniqueAggregator(String) | Initializes a new instance of the CountUniqueAggregator class |
![]() | CountUniqueAggregator(String, Object) | Initializes a new instance of the CountUniqueAggregator class |
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | Value |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetState | |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Merge | |
![]() | Push | |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | uniqueValues |
Extension Methods
Name | Description | |
---|---|---|
![]() | AsComposite |
Returns the IAggregator as CompositeAggregator instance.
(Defined by AggregatorExtensions.) |
Remarks
See Also