Skip to content

Commit

Permalink
Additional nullif re-export (#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Jan 12, 2023
1 parent 9ae0c9b commit 79d823f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arrow/src/compute/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pub use self::kernels::concat::*;
pub use self::kernels::filter::*;
pub use self::kernels::interleave::*;
pub use self::kernels::limit::*;
pub use self::kernels::nullif::*;
pub use self::kernels::partition::*;
pub use self::kernels::regexp::*;
pub use self::kernels::sort::*;
Expand Down

0 comments on commit 79d823f

Please sign in to comment.