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