Struct sql_migration_sim::ast::Partition
source · pub struct Partition {
pub partitions: Vec<Expr>,
}
Expand description
PARTITION statement used in ALTER TABLE et al. such as in Hive SQL
Fields§
§partitions: Vec<Expr>
Trait Implementations§
source§impl Ord for Partition
impl Ord for Partition
source§impl PartialEq for Partition
impl PartialEq for Partition
source§impl PartialOrd for Partition
impl PartialOrd for Partition
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Partition
impl StructuralEq for Partition
impl StructuralPartialEq for Partition
Auto Trait Implementations§
impl RefUnwindSafe for Partition
impl Send for Partition
impl Sync for Partition
impl Unpin for Partition
impl UnwindSafe for Partition
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