varPop
SQL function that returns the population variance of the non-null input values (square of the population standard deviation), or null
if there are no non-null values.
Parameters
expression
Expression from which the population variance is calculated.
queryBuilder
Query builder to append the SQL function to.