pub fn lower(array: &dyn Array) -> Result<Box<dyn Array>>
Available on crate feature compute_utf8 only.
Expand description

Returns a new Array where each of each of the elements is lower-cased. this function errors when the passed array is not a [Large]String array.