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/03/30 01:03:26 UTC

[GitHub] [arrow-rs] yjshen commented on a change in pull request #1504: Clarify docs that SlicesIterator ignores null values

yjshen commented on a change in pull request #1504:
URL: https://github.com/apache/arrow-rs/pull/1504#discussion_r838024312



##########
File path: arrow/src/compute/kernels/filter.rs
##########
@@ -61,11 +61,16 @@ macro_rules! downcast_dict_filter {
     }};
 }
 
-/// An iterator of `(usize, usize)` each representing an interval `[start, end]` whose
-/// slots of a [BooleanArray] are true. Each interval corresponds to a contiguous region of memory
-/// to be "taken" from an array to be filtered.
+/// An iterator of `(usize, usize)` each representing an interval
+/// `[start, end]` whose slots of a [BooleanArray] are true. Each

Review comment:
       ```suggestion
   /// `[start, end)` whose slots of a [BooleanArray] are true. Each
   ```




-- 
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