pub struct Delete {
pub table: TableReference,
pub table_schema: SchemaRef,
pub selection: Option<Expr>,
}Fields§
§table: TableReferenceTarget table reference
table_schema: SchemaRefCached schema for the table heap
selection: Option<Expr>Optional predicate bound during planning
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Delete
impl RefUnwindSafe for Delete
impl Send for Delete
impl Sync for Delete
impl Unpin for Delete
impl UnsafeUnpin for Delete
impl UnwindSafe for Delete
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