pub fn reduce( over: &Value, expr: &str, initial: Value, alias: &str, acc_alias: &str, data: &Data, ) -> Result<Value, String>
reduce: fold expr over the elements with acc (starting at initial).
reduce
expr
acc
initial