Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | IndexedWhereQueryOperatorEnumerator |
Protected Member Functions | |
void | SetOrdinalIndexState (OrdinalIndexState indexState) |
Package Functions | |
IndexedWhereQueryOperator (IEnumerable< TInputOutput > child, Func< TInputOutput, int, bool > predicate) | |
override QueryResults< TInputOutput > | Open (QuerySettings settings, bool preferStriping) |
override void | WrapPartitionedStream< TKey > (PartitionedStream< TInputOutput, TKey > inputStream, IPartitionedStreamRecipient< TInputOutput > recipient, bool preferStriping, QuerySettings settings) |
override IEnumerable< TInputOutput > | 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 | |
void | InitOrdinalIndexState () |
Private Attributes | |
readonly Func< TInputOutput, int, bool > | _predicate |
bool | _prematureMerge |
bool | _limitsParallelism |
readonly QueryOperator< TInput > | _child |
OrdinalIndexState | _indexState |
Definition at line 7 of file IndexedWhereQueryOperator.cs.