pub fn fixed_size_binary_binary<O: Offset>(
from: &FixedSizeBinaryArray,
to_dtype: ArrowDataType,
) -> BinaryArray<O>Expand description
Conversion of FixedSizeBinary to Binary.
pub fn fixed_size_binary_binary<O: Offset>(
from: &FixedSizeBinaryArray,
to_dtype: ArrowDataType,
) -> BinaryArray<O>Conversion of FixedSizeBinary to Binary.