|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | ElementAtQueryOperatorEnumerator |
Protected Member Functions | |
| void | SetOrdinalIndexState (OrdinalIndexState indexState) |
Package Functions | |
| ElementAtQueryOperator (IEnumerable< TSource > child, int index) | |
| 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) |
| bool | Aggregate ([MaybeNullWhen(false)] out TSource result, bool withDefaultValue) |
| 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 int | _index |
| readonly bool | _prematureMerge |
| readonly bool | _limitsParallelism |
| readonly QueryOperator< TInput > | _child |
| OrdinalIndexState | _indexState |
Definition at line 7 of file ElementAtQueryOperator.cs.