Skip to content

Commit

Permalink
Add union_extract kernel (#6387)
Browse files Browse the repository at this point in the history
* feat: add union_extract kernel

* fix: reexport union_extract in arrow crate

* add tests, improve docs, simplify code

---------

Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
gstvg and alamb committed Sep 25, 2024
1 parent 4e2b939 commit 922a1ff
Show file tree
Hide file tree
Showing 4 changed files with 1,239 additions and 1 deletion.
1 change: 1 addition & 0 deletions arrow-select/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ pub mod filter;
pub mod interleave;
pub mod nullif;
pub mod take;
pub mod union_extract;
pub mod window;
pub mod zip;
Loading

0 comments on commit 922a1ff

Please sign in to comment.