pub struct AggregationFunctionsStatement {
pub aggregations: HashMap<String, AggregateFunction>,
}
Fields§
§aggregations: HashMap<String, AggregateFunction>
Trait Implementations§
source§impl Statement for AggregationFunctionsStatement
impl Statement for AggregationFunctionsStatement
fn as_any(&self) -> &dyn Any
fn get_statement_kind(&self) -> StatementKind
Auto Trait Implementations§
impl RefUnwindSafe for AggregationFunctionsStatement
impl Send for AggregationFunctionsStatement
impl Sync for AggregationFunctionsStatement
impl Unpin for AggregationFunctionsStatement
impl UnwindSafe for AggregationFunctionsStatement
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