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