| _indexState | System.Linq.Parallel.BinaryQueryOperator< TLeftInput, TRightInput, TOutput > | private |
| _keyComparer | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | private |
| _leftChild | System.Linq.Parallel.BinaryQueryOperator< TLeftInput, TRightInput, TOutput > | private |
| _leftKeySelector | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | private |
| _outputOrdered | System.Linq.Parallel.QueryOperator< TOutput > | protected |
| _resultSelector | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | private |
| _rightChild | System.Linq.Parallel.BinaryQueryOperator< TLeftInput, TRightInput, TOutput > | private |
| _rightKeySelector | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | private |
| _specifiedSettings | System.Linq.ParallelQuery< TOutput > | private |
| AsQueryOperator(IEnumerable< TOutput > source) | System.Linq.Parallel.QueryOperator< TOutput > | inlinepackagestatic |
| AsSequentialQuery(CancellationToken token) | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | inlinepackage |
| BinaryQueryOperator(ParallelQuery< TLeftInput > leftChild, ParallelQuery< TRightInput > rightChild) | System.Linq.Parallel.BinaryQueryOperator< TLeftInput, TRightInput, TOutput > | inlinepackage |
| BinaryQueryOperator(QueryOperator< TLeftInput > leftChild, QueryOperator< TRightInput > rightChild) | System.Linq.Parallel.BinaryQueryOperator< TLeftInput, TRightInput, TOutput > | inlinepackage |
| Cast< TCastTo >() | System.Linq.ParallelQuery< TOutput > | inlinepackagevirtual |
| Cast< TCastTo >() | System.Linq.ParallelQuery< TOutput > | inlinepackage |
| ExecuteAndCollectResults< TKey >(PartitionedStream< TOutput, TKey > openedChild, int partitionCount, bool outputOrdered, bool useStriping, QuerySettings settings) | System.Linq.Parallel.QueryOperator< TOutput > | inlinepackagestatic |
| ExecuteAndGetResultsAsArray() | System.Linq.Parallel.QueryOperator< TOutput > | inlinepackage |
| GetEnumerator() | System.Linq.Parallel.QueryOperator< TOutput > | inlinevirtual |
| GetEnumerator(ParallelMergeOptions? mergeOptions) | System.Linq.Parallel.QueryOperator< TOutput > | inline |
| GetEnumerator(ParallelMergeOptions? mergeOptions, bool suppressOrderPreservation) | System.Linq.Parallel.QueryOperator< TOutput > | inlinepackagevirtual |
| GetEnumeratorUntyped() | System.Linq.ParallelQuery< TOutput > | inlinepackagevirtual |
| GetEnumeratorUntyped() | System.Linq.ParallelQuery< TOutput > | inlinepackage |
| GetOpenedEnumerator(ParallelMergeOptions? mergeOptions, bool suppressOrder, bool forEffect, QuerySettings querySettings) | System.Linq.Parallel.QueryOperator< TOutput > | inlinepackage |
| GetQueryResults(QuerySettings querySettings) | System.Linq.Parallel.QueryOperator< TOutput > | inlineprivate |
| JoinQueryOperator(ParallelQuery< TLeftInput > left, ParallelQuery< TRightInput > right, Func< TLeftInput, TKey > leftKeySelector, Func< TRightInput, TKey > rightKeySelector, Func< TLeftInput, TRightInput, TOutput > resultSelector, IEqualityComparer< TKey > keyComparer) | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | inlinepackage |
| LeftChild | System.Linq.Parallel.BinaryQueryOperator< TLeftInput, TRightInput, TOutput > | package |
| LimitsParallelism | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | package |
| OfType< TCastTo >() | System.Linq.ParallelQuery< TOutput > | inlinepackagevirtual |
| OfType< TCastTo >() | System.Linq.ParallelQuery< TOutput > | inlinepackage |
| Open(QuerySettings settings, bool preferStriping) | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | inlinepackage |
| OrdinalIndexState | System.Linq.Parallel.BinaryQueryOperator< TLeftInput, TRightInput, TOutput > | package |
| OutputOrdered | System.Linq.Parallel.QueryOperator< TOutput > | package |
| ParallelQuery(QuerySettings specifiedSettings) | System.Linq.ParallelQuery< TOutput > | inlinepackage |
| ParallelQuery(QuerySettings settings) | System.Linq.ParallelQuery< TOutput > | inlinepackage |
| QueryOperator(QuerySettings settings) | System.Linq.Parallel.QueryOperator< TOutput > | inlinepackage |
| QueryOperator(bool isOrdered, QuerySettings settings) | System.Linq.Parallel.QueryOperator< TOutput > | inlinepackage |
| RightChild | System.Linq.Parallel.BinaryQueryOperator< TLeftInput, TRightInput, TOutput > | package |
| SetOrdinalIndex(OrdinalIndexState indexState) | System.Linq.Parallel.BinaryQueryOperator< TLeftInput, TRightInput, TOutput > | inlineprotected |
| SpecifiedQuerySettings | System.Linq.ParallelQuery< TOutput > | package |
| WrapPartitionedStream< TLeftKey, TRightKey >(PartitionedStream< TLeftInput, TLeftKey > leftStream, PartitionedStream< TRightInput, TRightKey > rightStream, IPartitionedStreamRecipient< TOutput > outputRecipient, bool preferStriping, QuerySettings settings) | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | inline |
| WrapPartitionedStreamHelper< TLeftKey, TRightKey >(PartitionedStream< Pair< TLeftInput, TKey >, TLeftKey > leftHashStream, PartitionedStream< TRightInput, TRightKey > rightPartitionedStream, IPartitionedStreamRecipient< TOutput > outputRecipient, CancellationToken cancellationToken) | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | inlineprivate |
| WrapPartitionedStreamHelper< TLeftKey, TRightKey, TOutputKey >(PartitionedStream< Pair< TLeftInput, TKey >, TLeftKey > leftHashStream, PartitionedStream< Pair< TRightInput, TKey >, TRightKey > rightHashStream, HashJoinOutputKeyBuilder< TLeftKey, TRightKey, TOutputKey > outputKeyBuilder, IComparer< TOutputKey > outputKeyComparer, IPartitionedStreamRecipient< TOutput > outputRecipient, CancellationToken cancellationToken) | System.Linq.Parallel.JoinQueryOperator< TLeftInput, TRightInput, TKey, TOutput > | inlineprivate |