jsonb_group_array

Type Alias jsonb_group_array 

Source
pub type jsonb_group_array<elements> = jsonb_group_array<<elements as Expression>::SqlType, elements>;
Available on crate feature sqlite only.
Expand description

Return type of the jsonb_group_array() SQL function.

Aliased Typeยง

pub struct jsonb_group_array<elements> { /* private fields */ }