Struct datafusion_expr::logical_plan::DropTable
source · [−]pub struct DropTable {
pub name: String,
pub if_exists: bool,
pub schema: DFSchemaRef,
}Expand description
Drops a table.
Fields
name: StringThe table name
if_exists: boolIf the table exists
schema: DFSchemaRefDummy schema
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DropTable
impl Send for DropTable
impl Sync for DropTable
impl Unpin for DropTable
impl UnwindSafe for DropTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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