Trait tidb_query_aggr::impl_variance::VarianceType [−][src]
A trait for VARIANCE aggregation functions
Required methods
fn check_expr_type(tt: ExprType) -> bool
[src]
Checks whether the given expression type refers to the type of variance.
fn compute_final_variance<T: Summable>(variance: &T, count: usize) -> Result<T>
[src]
Computes the final variance of values.