pub type jsonb_group_array<elements> = jsonb_group_array<<elements as Expression>::SqlType, elements>;
Expand description
Return type of the jsonb_group_array()
SQL function.
Aliased Typeยง
pub struct jsonb_group_array<elements> { /* private fields */ }