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§
impl Eq for Truncate
impl StructuralPartialEq for Truncate
Auto Trait Implementations§
impl Freeze for Truncate
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