pub enum StreamPhase {
Count,
Scan,
Resize,
Materialize,
}Expand description
Phase node kind in the Count -> Scan -> Resize -> Materialize schedule.
Variants§
Count
WCOJ count kernel phase.
Scan
Deterministic prefix scan over per-block counts.
Resize
Output allocation phase after scan determines cardinality.
Materialize
WCOJ materialize kernel phase.
Trait Implementations§
Source§impl Clone for StreamPhase
impl Clone for StreamPhase
Source§fn clone(&self) -> StreamPhase
fn clone(&self) -> StreamPhase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StreamPhase
impl Debug for StreamPhase
Source§impl PartialEq for StreamPhase
impl PartialEq for StreamPhase
impl Copy for StreamPhase
impl Eq for StreamPhase
impl StructuralPartialEq for StreamPhase
Auto Trait Implementations§
impl Freeze for StreamPhase
impl RefUnwindSafe for StreamPhase
impl Send for StreamPhase
impl Sync for StreamPhase
impl Unpin for StreamPhase
impl UnsafeUnpin for StreamPhase
impl UnwindSafe for StreamPhase
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more