pub fn jsonb_agg<'a, V, E>(
expr: E,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Jsonb, Null, Agg>Expand description
JSONB_AGG - aggregates values into a JSONB array (PostgreSQL).
pub fn jsonb_agg<'a, V, E>(
expr: E,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Jsonb, Null, Agg>JSONB_AGG - aggregates values into a JSONB array (PostgreSQL).