_child | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | private |
_finalReduce | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | private |
_indexState | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | private |
_intermediateReduce | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | private |
_resultSelector | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | private |
_seed | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | private |
_seedFactory | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | private |
_seedIsSpecified | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | private |
_throwIfEmpty | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | private |
Aggregate() | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | inlinepackage |
AsSequentialQuery(CancellationToken token) | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | inlinepackage |
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) | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | inlinepackage |
Child | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | package |
LimitsParallelism | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | package |
Open(QuerySettings settings, bool preferStriping) | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | inlinepackage |
OrdinalIndexState | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | package |
SetOrdinalIndexState(OrdinalIndexState indexState) | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | inlineprotected |
UnaryQueryOperator(IEnumerable< TInput > child) | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | inlinepackage |
UnaryQueryOperator(IEnumerable< TInput > child, bool outputOrdered) | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | inlinepackage |
UnaryQueryOperator(QueryOperator< TInput > child) | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | inlineprivate |
UnaryQueryOperator(QueryOperator< TInput > child, bool outputOrdered) | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | inlinepackage |
UnaryQueryOperator(QueryOperator< TInput > child, bool outputOrdered, QuerySettings settings) | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | inlineprivate |
WrapPartitionedStream< TKey >(PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TIntermediate > recipient, bool preferStriping, QuerySettings settings) | System.Linq.Parallel.AssociativeAggregationOperator< TInput, TIntermediate, TOutput > | inlinepackage |
UnaryQueryOperator< TInput, TIntermediate >.WrapPartitionedStream< TKey >(PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, bool preferStriping, QuerySettings settings) | System.Linq.Parallel.UnaryQueryOperator< TInput, TIntermediate > | package |