Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.InlinedAggregationOperator< TSource, TIntermediate, TResult > Class Template Referenceabstract

Protected Member Functions

TResult InternalAggregate (ref Exception singularExceptionToThrow)
 
QueryOperatorEnumerator< TIntermediate, int > CreateEnumerator< TKey > (int index, int count, QueryOperatorEnumerator< TSource, TKey > source, object sharedData, CancellationToken cancellationToken)
 
void SetOrdinalIndexState (OrdinalIndexState indexState)
 

Package Functions

 InlinedAggregationOperator (IEnumerable< TSource > child)
 
TResult Aggregate ()
 
override QueryResults< TIntermediateOpen (QuerySettings settings, bool preferStriping)
 
override void WrapPartitionedStream< TKey > (PartitionedStream< TSource, TKey > inputStream, IPartitionedStreamRecipient< TIntermediate > recipient, bool preferStriping, QuerySettings settings)
 
override IEnumerable< TIntermediateAsSequentialQuery (CancellationToken token)
 
void WrapPartitionedStream< TKey > (PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, bool preferStriping, QuerySettings settings)
 

Properties

override bool LimitsParallelism [get]
 
QueryOperator< TInputChild [get]
 
override OrdinalIndexState OrdinalIndexState [get]
 

Private Attributes

readonly QueryOperator< TInput_child
 
OrdinalIndexState _indexState
 

Detailed Description

Definition at line 7 of file InlinedAggregationOperator.cs.


The documentation for this class was generated from the following file: