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