| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Classes | |
| class | NullableLongMinMaxAggregationOperatorEnumerator | 
Protected Member Functions | |
| override? long | InternalAggregate (ref Exception singularExceptionToThrow) | 
| override QueryOperatorEnumerator< long?, int > | CreateEnumerator< TKey > (int index, int count, QueryOperatorEnumerator< long?, TKey > source, object sharedData, CancellationToken cancellationToken) | 
| QueryOperatorEnumerator< TIntermediate, int > | CreateEnumerator< TKey > (int index, int count, QueryOperatorEnumerator< TSource, TKey > source, object sharedData, CancellationToken cancellationToken) | 
Package Functions | |
| NullableLongMinMaxAggregationOperator (IEnumerable< long?> child, int sign) | |
| 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) | 
Properties | |
| override bool | LimitsParallelism [get] | 
Private Attributes | |
| readonly int | _sign | 
Definition at line 6 of file NullableLongMinMaxAggregationOperator.cs.