Skip to main content

get_f64

Function get_f64 

Source
pub fn get_f64(row: &Row, field: &str) -> Option<f64>
Expand description

Extract an f64 value from a Row by field name. Handles both Number and String (parsed) values.