diff --git a/src/compute/lower.rs b/src/compute/lower.rs index e635248bc0c..015a723bd2e 100644 --- a/src/compute/lower.rs +++ b/src/compute/lower.rs @@ -30,7 +30,7 @@ fn utf8_lower(array: &Utf8Array) -> Utf8Array { new.with_validity(array.validity().cloned()) } -/// Returns an ArrayRef with lowercase of each of the elements in `array`. +/// 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. pub fn lower(array: &dyn Array) -> Result> { match array.data_type() {