decode_binary_array

Function decode_binary_array 

Source
pub fn decode_binary_array(
    b: &Binary,
    ct: &CompressionType,
    dt: &DataType,
) -> Vec<f64>
Expand description

Convert the binary content into a float of the appropriate type.