Resolve "Bug: lifetime constraints causing errors while combining functions"
Merged
requested to merge 28-bug-lifetime-constraints-causing-errors-while-combining-functions into main
Compare changes
Files
4+ 14
− 14
@@ -66,7 +66,7 @@ impl<F: Fn(&mut fmt::Formatter) -> fmt::Result> IntoQuery for AggrFunc<'_, F> {
@@ -74,7 +74,7 @@ pub fn sum<'a>(
@@ -82,7 +82,7 @@ pub fn min<'a>(
@@ -90,7 +90,7 @@ pub fn max<'a>(
@@ -98,7 +98,7 @@ pub fn avg<'a>(
@@ -106,7 +106,7 @@ pub fn group<'a>(
@@ -114,7 +114,7 @@ pub fn stddev<'a>(
@@ -122,7 +122,7 @@ pub fn stdvar<'a>(
@@ -130,9 +130,9 @@ pub fn count<'a>(
@@ -140,7 +140,7 @@ pub fn count_values<'a>(
@@ -149,7 +149,7 @@ pub fn topk<'a>(
@@ -158,7 +158,7 @@ pub fn bottomk<'a>(