Function grafbase_sql_ast::ast::aggregate_to_string
source · 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.
pub fn aggregate_to_string<'a, T>(expr: T) -> Function<'a>where
T: Into<Expression<'a>>,
Aggregates the given field into a string.