_child | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | private |
_indexedRightChildSelector | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | private |
_indexState | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | private |
_limitsParallelism | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | private |
_prematureMerge | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | private |
_resultSelector | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | private |
_rightChildSelector | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | private |
AsSequentialQuery(CancellationToken token) | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | inlinepackage |
Child | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | package |
InitOrderIndex() | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | inlineprivate |
LimitsParallelism | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | package |
Open(QuerySettings settings, bool preferStriping) | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | inlinepackage |
OrdinalIndexState | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | package |
SelectManyQueryOperator(IEnumerable< TLeftInput > leftChild, Func< TLeftInput, IEnumerable< TRightInput > > rightChildSelector, Func< TLeftInput, int, IEnumerable< TRightInput > > indexedRightChildSelector, Func< TLeftInput, TRightInput, TOutput > resultSelector) | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | inlinepackage |
SetOrdinalIndexState(OrdinalIndexState indexState) | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | inlineprotected |
UnaryQueryOperator(IEnumerable< TInput > child) | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | inlinepackage |
UnaryQueryOperator(IEnumerable< TInput > child, bool outputOrdered) | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | inlinepackage |
UnaryQueryOperator(QueryOperator< TInput > child) | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | inlineprivate |
UnaryQueryOperator(QueryOperator< TInput > child, bool outputOrdered) | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | inlinepackage |
UnaryQueryOperator(QueryOperator< TInput > child, bool outputOrdered, QuerySettings settings) | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | inlineprivate |
WrapPartitionedStream< TKey >(PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, bool preferStriping, QuerySettings settings) | System.Linq.Parallel.UnaryQueryOperator< TLeftInput, TOutput > | package |
WrapPartitionedStream< TLeftKey >(PartitionedStream< TLeftInput, TLeftKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, bool preferStriping, QuerySettings settings) | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | inlinepackage |
WrapPartitionedStreamIndexed(PartitionedStream< TLeftInput, int > inputStream, IPartitionedStreamRecipient< TOutput > recipient, QuerySettings settings) | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | inlineprivate |
WrapPartitionedStreamNotIndexed< TLeftKey >(PartitionedStream< TLeftInput, TLeftKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, QuerySettings settings) | System.Linq.Parallel.SelectManyQueryOperator< TLeftInput, TRightInput, TOutput > | inlineprivate |