Add RowSelection::intersection
#3003
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
While @Ted-Jiang was working on apache/datafusion#3967 he needed code to intersect two row selections:
The code and tests are in DataFusion
Describe the solution you'd like
I would like to code and tests brought to arrow-rs
see
pub(crate) fn intersect_row_selection(
specificallyDescribe alternatives you've considered
Leave in DataFusion
Additional context
The text was updated successfully, but these errors were encountered: