Skip to main content

write_f32

Function write_f32 

Source
pub fn write_f32(buf: &mut BytesMut, value: f32)
Expand description

Writes an f32 value (REAL/FLOAT4) for a nullable column. Format: [not-null indicator: 1 byte (0)][value: 4 bytes LittleEndian]