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

Classes

class  TakeOrSkipQueryOperatorEnumerator
 
class  TakeOrSkipQueryOperatorResults
 

Protected Member Functions

void SetOrdinalIndexState (OrdinalIndexState indexState)
 

Package Functions

 TakeOrSkipQueryOperator (IEnumerable< TResult > child, int count, bool take)
 
override void WrapPartitionedStream< TKey > (PartitionedStream< TResult, TKey > inputStream, IPartitionedStreamRecipient< TResult > recipient, bool preferStriping, QuerySettings settings)
 
override QueryResults< TResultOpen (QuerySettings settings, bool preferStriping)
 
override IEnumerable< TResultAsSequentialQuery (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

OrdinalIndexState OutputOrdinalIndexState ()
 
void WrapHelper< TKey > (PartitionedStream< TResult, TKey > inputStream, IPartitionedStreamRecipient< TResult > recipient, QuerySettings settings)
 

Private Attributes

readonly int _count
 
readonly bool _take
 
bool _prematureMerge
 
readonly QueryOperator< TInput_child
 
OrdinalIndexState _indexState
 

Detailed Description

Definition at line 7 of file TakeOrSkipQueryOperator.cs.


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