pub fn variance<'a, V, E>(
expr: E,
) -> SQLExpr<'a, V, <E::SQLType as StatisticalAggregatePolicy<V::DialectMarker>>::VarSamp, Null, Agg>Expand description
Sample variance. Emits VARIANCE on PostgreSQL and VAR_SAMP on MySQL.
pub fn variance<'a, V, E>(
expr: E,
) -> SQLExpr<'a, V, <E::SQLType as StatisticalAggregatePolicy<V::DialectMarker>>::VarSamp, Null, Agg>Sample variance. Emits VARIANCE on PostgreSQL and VAR_SAMP on MySQL.