|
Terraria v1.4.4.9
Terraria source code documentation
|
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< TResult > | Open (QuerySettings settings, bool preferStriping) |
| override IEnumerable< TResult > | AsSequentialQuery (CancellationToken token) |
| void | WrapPartitionedStream< TKey > (PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, bool preferStriping, QuerySettings settings) |
Properties | |
| override bool | LimitsParallelism [get] |
| QueryOperator< TInput > | Child [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 |
Definition at line 7 of file TakeOrSkipQueryOperator.cs.