pub struct RollupProperty {
pub expressions: Vec<RollupIndex>,
}Expand description
RollupProperty - StarRocks ROLLUP (index_name(col1, col2), …)
Fields§
§expressions: Vec<RollupIndex>Trait Implementations§
Source§impl Clone for RollupProperty
impl Clone for RollupProperty
Source§fn clone(&self) -> RollupProperty
fn clone(&self) -> RollupProperty
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RollupProperty
impl Debug for RollupProperty
Source§impl<'de> Deserialize<'de> for RollupProperty
impl<'de> Deserialize<'de> for RollupProperty
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RollupProperty
impl PartialEq for RollupProperty
Source§impl Serialize for RollupProperty
impl Serialize for RollupProperty
impl StructuralPartialEq for RollupProperty
Auto Trait Implementations§
impl Freeze for RollupProperty
impl RefUnwindSafe for RollupProperty
impl Send for RollupProperty
impl Sync for RollupProperty
impl Unpin for RollupProperty
impl UnwindSafe for RollupProperty
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