Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | AssociativeAggregationOperatorEnumerator |
Protected Member Functions | |
void | SetOrdinalIndexState (OrdinalIndexState indexState) |
Package Functions | |
AssociativeAggregationOperator (IEnumerable< TInput > child, TIntermediate seed, Func< TIntermediate > seedFactory, bool seedIsSpecified, Func< TIntermediate, TInput, TIntermediate > intermediateReduce, Func< TIntermediate, TIntermediate, TIntermediate > finalReduce, Func< TIntermediate, TOutput > resultSelector, bool throwIfEmpty, QueryAggregationOptions options) | |
TOutput | Aggregate () |
override QueryResults< TIntermediate > | Open (QuerySettings settings, bool preferStriping) |
override void | WrapPartitionedStream< TKey > (PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TIntermediate > recipient, bool preferStriping, QuerySettings settings) |
override IEnumerable< TIntermediate > | AsSequentialQuery (CancellationToken token) |
void | WrapPartitionedStream< TKey > (PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, bool preferStriping, QuerySettings settings) |
Properties | |
override bool | LimitsParallelism [get] |
QueryOperator< TInput > | Child [get] |
override OrdinalIndexState | OrdinalIndexState [get] |
Private Attributes | |
readonly TIntermediate | _seed |
readonly bool | _seedIsSpecified |
readonly bool | _throwIfEmpty |
readonly Func< TIntermediate, TInput, TIntermediate > | _intermediateReduce |
readonly Func< TIntermediate, TIntermediate, TIntermediate > | _finalReduce |
readonly Func< TIntermediate, TOutput > | _resultSelector |
readonly Func< TIntermediate > | _seedFactory |
readonly QueryOperator< TInput > | _child |
OrdinalIndexState | _indexState |
Definition at line 7 of file AssociativeAggregationOperator.cs.