pub struct PushdownPlan {
pub storage_expr: Option<Box<dyn StorageExpr>>,
pub residual: Option<Expression>,
}Fields§
§storage_expr: Option<Box<dyn StorageExpr>>§residual: Option<Expression>Implementations§
Source§impl PushdownPlan
impl PushdownPlan
pub fn needs_memory_filter(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PushdownPlan
impl !UnwindSafe for PushdownPlan
impl Freeze for PushdownPlan
impl Send for PushdownPlan
impl Sync for PushdownPlan
impl Unpin for PushdownPlan
impl UnsafeUnpin for PushdownPlan
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