pub fn decode_value( buf: &mut Bytes, type_info: &TypeInfo, ) -> Result<SqlValue, TypeError>
Decode a SQL value based on type information.