Struct datafusion_expr::DropView
source · pub struct DropView {
pub name: String,
pub if_exists: bool,
pub schema: DFSchemaRef,
}
Expand description
Drops a view.
Fields
name: String
The view name
if_exists: bool
If the view exists
schema: DFSchemaRef
Dummy 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