pub fn json_agg<'a, V, E>(
expr: E,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Json, Null, Agg>Expand description
JSON_AGG - aggregates values into a JSON array (PostgreSQL).
pub fn json_agg<'a, V, E>(
expr: E,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Json, Null, Agg>JSON_AGG - aggregates values into a JSON array (PostgreSQL).