pub struct JsonArrayAggFunc {
pub this: Expression,
pub order_by: Option<Vec<Ordered>>,
pub null_handling: Option<JsonNullHandling>,
pub filter: Option<Expression>,
}Expand description
JSON_ARRAYAGG function
Fields§
§this: Expression§order_by: Option<Vec<Ordered>>§null_handling: Option<JsonNullHandling>§filter: Option<Expression>Trait Implementations§
Source§impl Clone for JsonArrayAggFunc
impl Clone for JsonArrayAggFunc
Source§fn clone(&self) -> JsonArrayAggFunc
fn clone(&self) -> JsonArrayAggFunc
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 JsonArrayAggFunc
impl Debug for JsonArrayAggFunc
Source§impl<'de> Deserialize<'de> for JsonArrayAggFunc
impl<'de> Deserialize<'de> for JsonArrayAggFunc
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 JsonArrayAggFunc
impl PartialEq for JsonArrayAggFunc
Source§impl Serialize for JsonArrayAggFunc
impl Serialize for JsonArrayAggFunc
impl StructuralPartialEq for JsonArrayAggFunc
Auto Trait Implementations§
impl Freeze for JsonArrayAggFunc
impl RefUnwindSafe for JsonArrayAggFunc
impl Send for JsonArrayAggFunc
impl Sync for JsonArrayAggFunc
impl Unpin for JsonArrayAggFunc
impl UnwindSafe for JsonArrayAggFunc
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