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