pub fn read_bin_value(
    input: &mut &[u8],
    column_type: ColumnType,
    unsigned: bool
) -> Result<Value>
Expand description

Reads value in binary format.