Function polars_arrow::compute::cast::fixed_size_binary_binary
source ยท pub fn fixed_size_binary_binary<O: Offset>(
from: &FixedSizeBinaryArray,
to_data_type: ArrowDataType,
) -> BinaryArray<O>
Available on crate feature
compute_cast
only.Expand description
Conversion of FixedSizeBinary
to Binary
.