pub fn eval_group(
schema: &[ColumnBinding],
rows: &[Row],
expr: &Expr,
) -> Result<Value, DbError>Expand description
Evaluate an expression over a group of rows. Non-aggregate expressions use the first row; aggregate expressions combine every row.