Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | IndexedSelectQueryOperatorEnumerator |
class | IndexedSelectQueryOperatorResults |
Public Member Functions | |
override IEnumerator< TOutput > | GetEnumerator () |
IEnumerator< TOutput > | GetEnumerator (ParallelMergeOptions? mergeOptions) |
Protected Member Functions | |
void | SetOrdinalIndexState (OrdinalIndexState indexState) |
Protected Attributes | |
bool | _outputOrdered |
Static Package Functions | |
static ListQueryResults< TOutput > | ExecuteAndCollectResults< TKey > (PartitionedStream< TOutput, TKey > openedChild, int partitionCount, bool outputOrdered, bool useStriping, QuerySettings settings) |
static QueryOperator< TOutput > | AsQueryOperator (IEnumerable< TOutput > source) |
Properties | |
override bool | LimitsParallelism [get] |
QueryOperator< TInput > | Child [get] |
override OrdinalIndexState | OrdinalIndexState [get] |
bool | OutputOrdered [get] |
QuerySettings | SpecifiedQuerySettings [get] |
Private Member Functions | |
void | InitOrdinalIndexState () |
QueryResults< TOutput > | GetQueryResults (QuerySettings querySettings) |
Private Attributes | |
readonly Func< TInput, int, TOutput > | _selector |
bool | _prematureMerge |
bool | _limitsParallelism |
readonly QueryOperator< TInput > | _child |
OrdinalIndexState | _indexState = OrdinalIndexState.Shuffled |
QuerySettings | _specifiedSettings |
Definition at line 7 of file IndexedSelectQueryOperator.cs.