Expand description
Runtime value-conversion helpers shared across dialects.
Helpers here are intentionally small, dialect-agnostic primitives used by
per-dialect FromXValue implementations.
Functionsยง
- checked_
float_ to_ int - Convert an
f64database value to an integer typeT, rejecting non-finite, non-integral, and out-of-range inputs with a descriptive error.