pub struct ScanRule;Trait Implementations§
Source§impl PhysicalRule for ScanRule
impl PhysicalRule for ScanRule
fn name(&self) -> &str
fn apply( &self, logical: &LogicalPlan, _inputs: &[PhysicalPlan], ) -> Vec<PhysicalPlan>
Auto Trait Implementations§
impl Freeze for ScanRule
impl RefUnwindSafe for ScanRule
impl Send for ScanRule
impl Sync for ScanRule
impl Unpin for ScanRule
impl UnwindSafe for ScanRule
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