Function arrow2::compute::cast::binary_to_large_utf8
source · pub fn binary_to_large_utf8(
from: &BinaryArray<i32>,
to_data_type: DataType
) -> Result<Utf8Array<i64>>
Available on crate feature
compute_cast
only.