pub fn string_view_array_from_display_iter<I>(values: I) -> StringViewArrayExpand description
Coverts an iterator of displayable values to an Arrow StringViewArray
This results in an extra copy of the data, which could be avoided for some types
pub fn string_view_array_from_display_iter<I>(values: I) -> StringViewArrayCoverts an iterator of displayable values to an Arrow StringViewArray
This results in an extra copy of the data, which could be avoided for some types