Skip to main content

encode_binary_value

Function encode_binary_value 

Source
pub fn encode_binary_value(value: &Value, field_type: FieldType) -> Vec<u8> 
Expand description

Encode a sqlmodel Value for binary protocol.

Returns the encoded bytes for the value.