Struct datafusion_expr::logical_plan::DropView
source · pub struct DropView {
pub name: OwnedTableReference,
pub if_exists: bool,
pub schema: DFSchemaRef,
}Expand description
Drops a view.
Fields§
§name: OwnedTableReferenceThe view name
if_exists: boolIf the view exists
schema: DFSchemaRefDummy schema