Skip to main content

jsonb_agg

Function jsonb_agg 

Source
pub fn jsonb_agg<'a, V, E>(
    expr: E,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Jsonb, Null, Agg>
where V: SQLParam + 'a, V::DialectMarker: PostgresAggregateSupport, E: Expr<'a, V>,
Expand description

JSONB_AGG - aggregates values into a JSONB array (PostgreSQL).