Function servers::row_writer::write_f64

source ยท
pub fn write_f64(
    table_data: &mut TableData,
    name: impl ToString,
    value: f64,
    one_row: &mut Vec<Value>,
) -> Result<()>
Expand description

Write float64 data as a field into the table data.