pub fn aggregate_to_string<'a, T>(expr: T) -> Function<'a>where
    T: Into<Expression<'a>>,
Expand description

Aggregates the given field into a string.