Struct datafusion_expr::logical_plan::DropView
source · [−]pub struct DropView {
pub name: String,
pub if_exists: bool,
pub schema: DFSchemaRef,
}Expand description
Drops a view.
Fields
name: StringThe view name
if_exists: boolIf the view exists
schema: DFSchemaRefDummy schema
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DropView
impl Send for DropView
impl Sync for DropView
impl Unpin for DropView
impl UnwindSafe for DropView
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more