Skip to main content

array_agg

Function array_agg 

Source
pub fn array_agg<'a, V, E>(
    expr: E,
) -> SQLExpr<'a, V, Array<E::SQLType>, Null, Agg>
where V: SQLParam + 'a, V::DialectMarker: PostgresAggregateSupport, E: Expr<'a, V>,
Expand description

ARRAY_AGG - aggregates values into a SQL array (PostgreSQL).