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