diff --git a/sql/funcs.go b/sql/funcs.go index 4b9a72aa..cf4ab618 100644 --- a/sql/funcs.go +++ b/sql/funcs.go @@ -27,8 +27,9 @@ var rolls = map[string]bool{ // Math implementation "math.geometricmean": true, + "math.max": true, "math.mean": true, - "math.percentile": true, + "math.min": true, "math.stddev": true, "math.sum": true, "math.variance": true,