Skip to main content

FloatPolicy

Trait FloatPolicy 

Source
pub trait FloatPolicy {
    type Float: DataType;
}

Required Associated Types§

Source

type Float: DataType

The floating-point type returned by distribution window functions like PERCENT_RANK and CUME_DIST (Real on SQLite, Float8 on PostgreSQL).

Implementors§