QuerySettings SpecifiedQuerySettings
CancellationToken ExternalCancellationToken
static QueryOperator< TOutput > AsQueryOperator(IEnumerable< TOutput > source)
void GivePartitionedStream(IPartitionedStreamRecipient< T > recipient)
readonly IPartitionedStreamRecipient< TOutput > _outputRecipient
readonly bool _preferStriping
void Receive< TKey >(PartitionedStream< TInput, TKey > inputStream)
ChildResultsRecipient(IPartitionedStreamRecipient< TOutput > outputRecipient, UnaryQueryOperator< TInput, TOutput > op, bool preferStriping, QuerySettings settings)
readonly UnaryQueryOperator< TInput, TOutput > _op
readonly UnaryQueryOperator< TInput, TOutput > _op
UnaryQueryOperatorResults(QueryResults< TInput > childQueryResults, UnaryQueryOperator< TInput, TOutput > op, QuerySettings settings, bool preferStriping)
readonly bool _preferStriping
override void GivePartitionedStream(IPartitionedStreamRecipient< TOutput > recipient)
QueryResults< TInput > _childQueryResults
readonly QueryOperator< TInput > _child
UnaryQueryOperator(QueryOperator< TInput > child)
OrdinalIndexState _indexState
UnaryQueryOperator(QueryOperator< TInput > child, bool outputOrdered)
void SetOrdinalIndexState(OrdinalIndexState indexState)
void WrapPartitionedStream< TKey >(PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, bool preferStriping, QuerySettings settings)
UnaryQueryOperator(IEnumerable< TInput > child, bool outputOrdered)
UnaryQueryOperator(QueryOperator< TInput > child, bool outputOrdered, QuerySettings settings)
QueryOperator< TInput > Child
UnaryQueryOperator(IEnumerable< TInput > child)
CancellationState CancellationState
ParallelExecutionMode? ExecutionMode