You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/02 11:10:06 UTC

[GitHub] [arrow-rs] alamb commented on a change in pull request #1124: Add gt_eq_dyn_utf8_scalar kernel and tests

alamb commented on a change in pull request #1124:
URL: https://github.com/apache/arrow-rs/pull/1124#discussion_r777196323



##########
File path: arrow/src/compute/kernels/comparison.rs
##########
@@ -1144,6 +1144,29 @@ pub fn eq_dyn_utf8_scalar(left: Arc<dyn Array>, right: &str) -> Result<BooleanAr
     result
 }
 
+/// Perform `left >= right` operation on an array and a numeric scalar
+/// value. Supports StringArrays, and DictionaryArrays that have string values

Review comment:
       ```suggestion
   /// Perform `left >= right` operation on an array and a `str` 
   /// value. Supports StringArrays, and DictionaryArrays that have string values
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org