Details
Description
We have direct support for aggregate visitors only for count, min, max, sum (that's what SQLDialect.registerAggregateFunctions registers), leaving out some other well supported examples out: avg, stddev, unique
We also have a "bounds" visitor that we can bind pretty easily (useful if one has more than one geometry column and needs the bounds of a specific one)
Ok to commit?