Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | SingleQueryOperatorEnumerator |
Protected Member Functions | |
void | SetOrdinalIndexState (OrdinalIndexState indexState) |
Package Functions | |
SingleQueryOperator (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< TInput > | Child [get] |
override OrdinalIndexState | OrdinalIndexState [get] |
Private Attributes | |
readonly Func< TSource, bool > | _predicate |
readonly QueryOperator< TInput > | _child |
OrdinalIndexState | _indexState |
Definition at line 7 of file SingleQueryOperator.cs.