pub fn encode_binary_value(value: &Value, field_type: FieldType) -> Vec<u8> ⓘ
Encode a sqlmodel Value for binary protocol.
Returns the encoded bytes for the value.