66 for (
int i = 0; i < inputStream.PartitionCount; i++)
CancellationToken MergedCancellationToken
bool MoveNext([MaybeNullWhen(false)][AllowNull] ref TElement currentElement, [AllowNull] ref TKey currentKey)
void SetOrdinalIndexState(OrdinalIndexState indexState)
override bool MoveNext([MaybeNullWhen(false)][AllowNull] ref TInputOutput currentElement, [AllowNull] ref TKey currentKey)
readonly Func< TInputOutput, bool > _predicate
readonly CancellationToken _cancellationToken
Shared< int > _outputLoopCount
readonly QueryOperatorEnumerator< TInputOutput, TKey > _source
override void Dispose(bool disposing)
WhereQueryOperatorEnumerator(QueryOperatorEnumerator< TInputOutput, TKey > source, Func< TInputOutput, bool > predicate, CancellationToken cancellationToken)
readonly Func< TInputOutput, bool > _predicate
override void WrapPartitionedStream< TKey >(PartitionedStream< TInputOutput, TKey > inputStream, IPartitionedStreamRecipient< TInputOutput > recipient, bool preferStriping, QuerySettings settings)
override QueryResults< TInputOutput > Open(QuerySettings settings, bool preferStriping)
WhereQueryOperator(IEnumerable< TInputOutput > child, Func< TInputOutput, bool > predicate)
override IEnumerable< TInputOutput > AsSequentialQuery(CancellationToken token)
override bool LimitsParallelism
CancellationState CancellationState
void ThrowIfCancellationRequested()