Skip to main content

decode_binary_value

Function decode_binary_value 

Source
pub fn decode_binary_value(
    field_type: FieldType,
    data: &[u8],
    is_unsigned: bool,
) -> Value
Expand description

Decode a binary protocol value to a sqlmodel Value.

In binary protocol, values are encoded in type-specific binary formats.