Function fixed_size_binary_binary

Source
pub fn fixed_size_binary_binary<O: Offset>(
    from: &FixedSizeBinaryArray,
    to_dtype: ArrowDataType,
) -> BinaryArray<O>
Expand description

Conversion of FixedSizeBinary to Binary.