Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update src/compute/lower.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Leitao <[email protected]>
  • Loading branch information
Xuanwo and jorgecarleitao authored Nov 28, 2021
1 parent 5be7fa5 commit 458f6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute/lower.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn utf8_lower<O: Offset>(array: &Utf8Array<O>) -> Utf8Array<O> {
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<Box<dyn Array>> {
match array.data_type() {
Expand Down

0 comments on commit 458f6aa

Please sign in to comment.