pub fn write_f64( table_data: &mut TableData, name: impl ToString, value: f64, one_row: &mut Vec<Value>, ) -> Result<()>
Write float64 data as a field into the table data.