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