pub struct PhysicalDropIndex {
pub name: String,
pub schema: Option<String>,
pub catalog: Option<String>,
pub if_exists: bool,
}Fields§
§name: String§schema: Option<String>§catalog: Option<String>§if_exists: boolImplementations§
Trait Implementations§
Source§impl Debug for PhysicalDropIndex
impl Debug for PhysicalDropIndex
Source§impl Display for PhysicalDropIndex
impl Display for PhysicalDropIndex
Source§impl VolcanoExecutor for PhysicalDropIndex
impl VolcanoExecutor for PhysicalDropIndex
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 PhysicalDropIndex
impl RefUnwindSafe for PhysicalDropIndex
impl Send for PhysicalDropIndex
impl Sync for PhysicalDropIndex
impl Unpin for PhysicalDropIndex
impl UnsafeUnpin for PhysicalDropIndex
impl UnwindSafe for PhysicalDropIndex
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