string_view_array_from_display_iter

Function string_view_array_from_display_iter 

Source
pub fn string_view_array_from_display_iter<I>(values: I) -> StringViewArray
where I: Iterator<Item: Display>,
Expand 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