Skip to main content

StatisticalAggregatePolicy

Trait StatisticalAggregatePolicy 

Source
pub trait StatisticalAggregatePolicy<D>: Numeric {
    type StddevPop: DataType;
    type StddevSamp: DataType;
    type VarPop: DataType;
    type VarSamp: DataType;
}

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl StatisticalAggregatePolicy<PostgresDialect> for Float4

Source§

impl StatisticalAggregatePolicy<PostgresDialect> for Float8

Source§

impl StatisticalAggregatePolicy<PostgresDialect> for Int2

Source§

impl StatisticalAggregatePolicy<PostgresDialect> for Int4

Source§

impl StatisticalAggregatePolicy<PostgresDialect> for Int8

Source§

impl StatisticalAggregatePolicy<PostgresDialect> for Numeric

Implementors§