serialize_row

Function serialize_row 

Source
pub fn serialize_row<W: Write>(row: &Row, writer: &mut W) -> Result<()>
Expand description

Serialize a row to the writer

Format: [num_values: u16] [value1] [value2] …