pub fn decode_binary_array( b: &Binary, ct: &CompressionType, dt: &DataType, ) -> Result<Vec<f64>>
Convert the binary content into a float of the appropriate type.