Struct datafusion_expr::logical_plan::DropTable
source · pub struct DropTable {
pub name: OwnedTableReference,
pub if_exists: bool,
pub schema: DFSchemaRef,
}
Expand description
Drops a table.
Fields§
§name: OwnedTableReference
The table name
if_exists: bool
If the table exists
schema: DFSchemaRef
Dummy schema