32 overrides of CreateEnumerator
System.Core (32)
System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs (1)
69protected override QueryOperatorEnumerator<int, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (1)
80protected override QueryOperatorEnumerator<Pair<decimal, long>, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (1)
97protected override QueryOperatorEnumerator<decimal, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
68protected override QueryOperatorEnumerator<decimal, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (1)
79protected override QueryOperatorEnumerator<Pair<double, long>, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (1)
102protected override QueryOperatorEnumerator<double, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
70protected override QueryOperatorEnumerator<double,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (1)
79protected override QueryOperatorEnumerator<Pair<double, long>, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (1)
101protected override QueryOperatorEnumerator<float, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
71protected override QueryOperatorEnumerator<double,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (1)
80protected override QueryOperatorEnumerator<Pair<long, long>,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (1)
97protected override QueryOperatorEnumerator<int, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
72protected override QueryOperatorEnumerator<int,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (1)
80protected override QueryOperatorEnumerator<Pair<long, long>, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs (1)
72protected override QueryOperatorEnumerator<long, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (1)
97protected override QueryOperatorEnumerator<long, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
71protected override QueryOperatorEnumerator<long,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (1)
76protected override QueryOperatorEnumerator<Pair<decimal, long>, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs (1)
93protected override QueryOperatorEnumerator<decimal?, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs (1)
65protected override QueryOperatorEnumerator<decimal?,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs (1)
76protected override QueryOperatorEnumerator<Pair<double, long>, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs (1)
101protected override QueryOperatorEnumerator<double?, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
65protected override QueryOperatorEnumerator<double?,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs (1)
76protected override QueryOperatorEnumerator<Pair<double, long>,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs (1)
101protected override QueryOperatorEnumerator<float?, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
65protected override QueryOperatorEnumerator<double?,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs (1)
76protected override QueryOperatorEnumerator<Pair<long, long>,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (1)
93protected override QueryOperatorEnumerator<int?, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs (1)
68protected override QueryOperatorEnumerator<int?,int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (1)
76protected override QueryOperatorEnumerator<Pair<long, long>, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (1)
93protected override QueryOperatorEnumerator<long?, int> CreateEnumerator<TKey>(
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
68protected override QueryOperatorEnumerator<long?,int> CreateEnumerator<TKey>(
1 reference to CreateEnumerator
System.Core (1)
System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperator.cs (1)
139outputStream[i] = CreateEnumerator<TKey>(i, partitionCount, inputStream[i], null, settings.CancellationState.MergedCancellationToken);