Fixed-size implementation of IPivotData that provides memory-efficient, thread-safe, read-only access to the PivotDataState.
Inheritance Hierarchy
NReco.PivotData.FixedPivotData
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
public class FixedPivotData : IPivotData, IEnumerable<KeyValuePair<Object[], IAggregator>>, IEnumerable
The FixedPivotData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FixedPivotData |
Initializes a new instance of the FixedPivotData with specified configuration and data from PivotDataState.
|
Properties
Name | Description | |
---|---|---|
![]() | AggregatorFactory | |
![]() | Count | |
![]() | Dimensions | |
![]() | Item |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetState | |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Remarks
See Also