progval opened a new pull request, #6429:
URL: https://github.com/apache/arrow-rs/pull/6429

   # Which issue does this PR close?
   
   Closes #6428.
   
   # Rationale for this change
    
   This spares some boilerplate to users, like Datafusion did here:
   
   
https://github.com/apache/datafusion/blob/f2159e6cae658a0a3f561ec2d15ea948213fd0f8/datafusion/core/src/datasource/physical_plan/parquet/page_filter.rs#L271-L277
   
   Suggested by @alamb here: 
https://github.com/apache/datafusion/pull/12545#discussion_r1768748882
   
   # What changes are included in this PR?
   
   Added `RowSelection::skipped_row_count`, and tests for both it and 
`RowSelection::row_count`
   
   # Are there any user-facing changes?
   
   New method


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to