Struct sql_from_models_parser::ast::Truncate
source · 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§
source§impl PartialEq for Truncate
impl PartialEq for Truncate
impl Eq for Truncate
impl StructuralPartialEq for Truncate
Auto Trait Implementations§
impl RefUnwindSafe for Truncate
impl Send for Truncate
impl Sync for Truncate
impl Unpin for Truncate
impl UnwindSafe for Truncate
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