pub fn decode_binary(column: &Column, reader: &mut Reader<'_>) -> Result<Value>Expand description
Decode one column of a binary-protocol row, advancing the reader past it.
The caller has already consulted the NULL bitmap: a NULL column occupies no bytes at all here, so this is only ever asked about a present value.