Type Alias StreamPlanRef

Source
pub type StreamPlanRef = PlanRef<Stream>;

Aliased Type§

pub struct StreamPlanRef(Rc<dyn StreamPlanNode>);

Tuple Fields§

§0: Rc<dyn StreamPlanNode>

Implementations§

Source§

impl StreamPlanRef

Source

pub fn enforce_concrete_distribution(self) -> Self

Eliminate SomeShard distribution by using the stream key as the distribution key to enforce the current plan to have a known distribution key.

Trait Implementations§