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

Classes

class  IntersectQueryOperatorEnumerator
 
class  OrderedIntersectQueryOperatorEnumerator
 

Public Member Functions

override void WrapPartitionedStream< TLeftKey, TRightKey > (PartitionedStream< TInputOutput, TLeftKey > leftPartitionedStream, PartitionedStream< TInputOutput, TRightKey > rightPartitionedStream, IPartitionedStreamRecipient< TInputOutput > 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

 IntersectQueryOperator (ParallelQuery< TInputOutput > left, ParallelQuery< TInputOutput > right, IEqualityComparer< TInputOutput > comparer)
 
override QueryResults< TInputOutputOpen (QuerySettings settings, bool preferStriping)
 
override IEnumerable< TInputOutputAsSequentialQuery (CancellationToken token)
 

Properties

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

Private Member Functions

void WrapPartitionedStreamHelper< TLeftKey, TRightKey > (PartitionedStream< Pair< TInputOutput, NoKeyMemoizationRequired >, TLeftKey > leftHashStream, PartitionedStream< TInputOutput, TRightKey > rightPartitionedStream, IPartitionedStreamRecipient< TInputOutput > outputRecipient, CancellationToken cancellationToken)
 

Private Attributes

readonly IEqualityComparer< TInputOutput_comparer
 
readonly QueryOperator< TLeftInput > _leftChild
 
readonly QueryOperator< TRightInput_rightChild
 
OrdinalIndexState _indexState
 

Detailed Description

Definition at line 7 of file IntersectQueryOperator.cs.


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