PartialResult Properties |
The TopNAggregatorPartialResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | BackingDictionary |
The SortedList used to maintain the sorted results (as keys in the SortedList).
The keys are the sorted results, and the values are the number of results for
the particular key (to track duplicates).
|
![]() | Comparer |
The IComparer used to sort elements in this partial result.
|
![]() | Count |
The number of results.
|
![]() | First |
The head of the list of results.
|
![]() | Results |
The sorted collection of partial results.
|