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