pub trait FloatPolicy { type Float: DataType; }
The floating-point type returned by distribution window functions like PERCENT_RANK and CUME_DIST (Real on SQLite, Float8 on PostgreSQL).
PERCENT_RANK
CUME_DIST
SQLite
PostgreSQL