Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | ConcatQueryOperatorEnumerator |
class | ConcatQueryOperatorResults |
Public Member Functions | |
override void | WrapPartitionedStream< TLeftKey, TRightKey > (PartitionedStream< TSource, TLeftKey > leftStream, PartitionedStream< TSource, TRightKey > rightStream, IPartitionedStreamRecipient< TSource > outputRecipient, bool preferStriping, QuerySettings settings) |
void | WrapPartitionedStream< TLeftKey, TRightKey > (PartitionedStream< TLeftInput, TLeftKey > leftPartitionedStream, PartitionedStream< TRightInput, TRightKey > rightPartitionedStream, IPartitionedStreamRecipient< TOutput > outputRecipient, bool preferStriping, QuerySettings settings) |
Protected Member Functions | |
void | SetOrdinalIndex (OrdinalIndexState indexState) |
Package Functions | |
ConcatQueryOperator (ParallelQuery< TSource > firstChild, ParallelQuery< TSource > secondChild) | |
override QueryResults< TSource > | Open (QuerySettings settings, bool preferStriping) |
override IEnumerable< TSource > | AsSequentialQuery (CancellationToken token) |
Properties | |
override bool | LimitsParallelism [get] |
QueryOperator< TLeftInput > | LeftChild [get] |
QueryOperator< TRightInput > | RightChild [get] |
override OrdinalIndexState | OrdinalIndexState [get] |
Private Member Functions | |
void | WrapHelper< TLeftKey, TRightKey > (PartitionedStream< TSource, TLeftKey > leftStreamInc, PartitionedStream< TSource, TRightKey > rightStream, IPartitionedStreamRecipient< TSource > outputRecipient, QuerySettings settings, bool preferStriping) |
void | WrapHelper2< TLeftKey, TRightKey > (PartitionedStream< TSource, TLeftKey > leftStreamInc, PartitionedStream< TSource, TRightKey > rightStreamInc, IPartitionedStreamRecipient< TSource > outputRecipient) |
Private Attributes | |
readonly bool | _prematureMergeLeft |
readonly bool | _prematureMergeRight |
readonly QueryOperator< TLeftInput > | _leftChild |
readonly QueryOperator< TRightInput > | _rightChild |
OrdinalIndexState | _indexState |
Definition at line 7 of file ConcatQueryOperator.cs.