pub fn decode_binary_value( field_type: FieldType, data: &[u8], is_unsigned: bool, ) -> Value
Decode a binary protocol value to a sqlmodel Value.
In binary protocol, values are encoded in type-specific binary formats.