Skip to main content

write_i32

Function write_i32 

Source
pub fn write_i32(buf: &mut BytesMut, value: i32)
Expand description

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