|
Terraria v1.4.4.9
Terraria source code documentation
|
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< TIntermediate > | Open (QuerySettings settings, bool preferStriping) |
| override void | WrapPartitionedStream< TKey > (PartitionedStream< TSource, 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 QueryOperator< TInput > | _child |
| OrdinalIndexState | _indexState |
Definition at line 7 of file InlinedAggregationOperator.cs.