void System.Linq.Parallel.GroupJoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput >.WrapPartitionedStreamHelper< TLeftKey, TRightKey > |
( |
PartitionedStream< Pair< TLeftInput, TKey >, TLeftKey > | leftHashStream, |
|
|
HashLookupBuilder< IEnumerable< TRightInput >, TRightKey, TKey >[] | rightLookupBuilders, |
|
|
IComparer< TRightKey > | rightKeyComparer, |
|
|
IPartitionedStreamRecipient< TOutput > | outputRecipient, |
|
|
int | partitionCount, |
|
|
CancellationToken | cancellationToken ) |
|
inlineprivate |