Refactor: separate QryFunc name and args formatting
Compare changes
Files
5+ 7
− 13
@@ -133,7 +133,7 @@ pub fn count_values<'a>(
@@ -142,7 +142,7 @@ pub fn topk<'a>(
@@ -151,7 +151,7 @@ pub fn bottomk<'a>(
@@ -160,7 +160,7 @@ pub fn quantile<'a>(
@@ -171,20 +171,14 @@ mod tests {