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

Classes

class  LastQueryOperatorEnumerator
 
class  LastQueryOperatorState
 

Protected Member Functions

void SetOrdinalIndexState (OrdinalIndexState indexState)
 

Package Functions

 LastQueryOperator (IEnumerable< TSource > child, Func< TSource, bool > predicate)
 
override QueryResults< TSource > Open (QuerySettings settings, bool preferStriping)
 
override void WrapPartitionedStream< TKey > (PartitionedStream< TSource, TKey > inputStream, IPartitionedStreamRecipient< TSource > recipient, bool preferStriping, QuerySettings settings)
 
override IEnumerable< TSource > AsSequentialQuery (CancellationToken token)
 
void WrapPartitionedStream< TKey > (PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, bool preferStriping, QuerySettings settings)
 

Properties

override bool LimitsParallelism [get]
 
QueryOperator< TInputChild [get]
 
override OrdinalIndexState OrdinalIndexState [get]
 

Private Member Functions

void WrapHelper< TKey > (PartitionedStream< TSource, TKey > inputStream, IPartitionedStreamRecipient< TSource > recipient, QuerySettings settings)
 

Private Attributes

readonly Func< TSource, bool_predicate
 
readonly bool _prematureMergeNeeded
 
readonly QueryOperator< TInput_child
 
OrdinalIndexState _indexState
 

Detailed Description

Definition at line 7 of file LastQueryOperator.cs.


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