Struct sqlx_models_parser::ast::Truncate [−][src]
pub struct Truncate {
pub table_name: ObjectName,
pub partitions: Option<Vec<Expr>>,
}
Expand description
Truncate (Hive)
Fields
table_name: ObjectName
partitions: Option<Vec<Expr>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Truncate
impl UnwindSafe for Truncate
Blanket Implementations
Mutably borrows from an owned value. Read more