pub fn encode_row_value( out: &mut Vec<u8>, v: &RowValue, ty: &Type, ) -> Result<(), DbError>
Encode a row value according to ty (record payload v2).
ty