pub struct NarrowKeyStreamPlan {
pub scan_indices: Vec<usize>,
pub scan_columns: Vec<String>,
pub key_index_in_scan: usize,
}Expand description
A scan containing one join key and the table-local predicate dependencies.
Fields§
§scan_indices: Vec<usize>§scan_columns: Vec<String>§key_index_in_scan: usizeTrait Implementations§
Source§impl Clone for NarrowKeyStreamPlan
impl Clone for NarrowKeyStreamPlan
Source§fn clone(&self) -> NarrowKeyStreamPlan
fn clone(&self) -> NarrowKeyStreamPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NarrowKeyStreamPlan
impl Debug for NarrowKeyStreamPlan
impl Eq for NarrowKeyStreamPlan
Source§impl PartialEq for NarrowKeyStreamPlan
impl PartialEq for NarrowKeyStreamPlan
impl StructuralPartialEq for NarrowKeyStreamPlan
Auto Trait Implementations§
impl Freeze for NarrowKeyStreamPlan
impl RefUnwindSafe for NarrowKeyStreamPlan
impl Send for NarrowKeyStreamPlan
impl Sync for NarrowKeyStreamPlan
impl Unpin for NarrowKeyStreamPlan
impl UnsafeUnpin for NarrowKeyStreamPlan
impl UnwindSafe for NarrowKeyStreamPlan
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,
Source§impl<T> CompactArcDrop for T
impl<T> CompactArcDrop for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.