pub struct PhysicalDropTable { /* private fields */ }Implementations§
Source§impl PhysicalDropTable
impl PhysicalDropTable
pub fn new(table: TableReference, if_exists: bool) -> Self
Trait Implementations§
Source§impl Debug for PhysicalDropTable
impl Debug for PhysicalDropTable
Source§impl Display for PhysicalDropTable
impl Display for PhysicalDropTable
Source§impl VolcanoExecutor for PhysicalDropTable
impl VolcanoExecutor for PhysicalDropTable
fn init(&self, _context: &mut ExecutionContext<'_>) -> QuillSQLResult<()>
fn next( &self, context: &mut ExecutionContext<'_>, ) -> QuillSQLResult<Option<Tuple>>
fn output_schema(&self) -> SchemaRef
Auto Trait Implementations§
impl Freeze for PhysicalDropTable
impl RefUnwindSafe for PhysicalDropTable
impl Send for PhysicalDropTable
impl Sync for PhysicalDropTable
impl Unpin for PhysicalDropTable
impl UnsafeUnpin for PhysicalDropTable
impl UnwindSafe for PhysicalDropTable
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