Struct cql3_parser::aggregate::Aggregate
source · [−]pub struct Aggregate {
pub or_replace: bool,
pub not_exists: bool,
pub name: FQName,
pub data_type: DataType,
pub sfunc: FQName,
pub stype: DataType,
pub finalfunc: FQName,
pub init_cond: InitCondition,
}Fields
or_replace: boolnot_exists: boolname: FQNamedata_type: DataTypesfunc: FQNamestype: DataTypefinalfunc: FQNameinit_cond: InitConditionTrait Implementations
impl StructuralPartialEq for Aggregate
Auto Trait Implementations
impl RefUnwindSafe for Aggregate
impl Send for Aggregate
impl Sync for Aggregate
impl Unpin for Aggregate
impl UnwindSafe for Aggregate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more