Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.ConcatQueryOperator< TSource > Class Template Referencesealed

Classes

class  ConcatQueryOperatorEnumerator
 
class  ConcatQueryOperatorResults
 

Public Member Functions

override void WrapPartitionedStream< TLeftKey, TRightKey > (PartitionedStream< TSource, TLeftKey > leftStream, PartitionedStream< TSource, TRightKey > rightStream, IPartitionedStreamRecipient< TSource > outputRecipient, bool preferStriping, QuerySettings settings)
 
void WrapPartitionedStream< TLeftKey, TRightKey > (PartitionedStream< TLeftInput, TLeftKey > leftPartitionedStream, PartitionedStream< TRightInput, TRightKey > rightPartitionedStream, IPartitionedStreamRecipient< TOutput > outputRecipient, bool preferStriping, QuerySettings settings)
 

Protected Member Functions

void SetOrdinalIndex (OrdinalIndexState indexState)
 

Package Functions

 ConcatQueryOperator (ParallelQuery< TSource > firstChild, ParallelQuery< TSource > secondChild)
 
override QueryResults< TSource > Open (QuerySettings settings, bool preferStriping)
 
override IEnumerable< TSource > AsSequentialQuery (CancellationToken token)
 

Properties

override bool LimitsParallelism [get]
 
QueryOperator< TLeftInput > LeftChild [get]
 
QueryOperator< TRightInputRightChild [get]
 
override OrdinalIndexState OrdinalIndexState [get]
 

Private Member Functions

void WrapHelper< TLeftKey, TRightKey > (PartitionedStream< TSource, TLeftKey > leftStreamInc, PartitionedStream< TSource, TRightKey > rightStream, IPartitionedStreamRecipient< TSource > outputRecipient, QuerySettings settings, bool preferStriping)
 
void WrapHelper2< TLeftKey, TRightKey > (PartitionedStream< TSource, TLeftKey > leftStreamInc, PartitionedStream< TSource, TRightKey > rightStreamInc, IPartitionedStreamRecipient< TSource > outputRecipient)
 

Private Attributes

readonly bool _prematureMergeLeft
 
readonly bool _prematureMergeRight
 
readonly QueryOperator< TLeftInput > _leftChild
 
readonly QueryOperator< TRightInput_rightChild
 
OrdinalIndexState _indexState
 

Detailed Description

Definition at line 7 of file ConcatQueryOperator.cs.


The documentation for this class was generated from the following file: