Combine aggregate columns per function instead of summing every one #20
Reference in New Issue
Block a user
Delete Branch "benvin/aggregate-combiners"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
sumRows folded every numeric column by addition, correct only for count and sum: min/max returned a sum, avg an average of averages, and a to_string extract collapsed every row into one bucket.
9b122d6a0bto25d773ac60