Skip to content

Commit

Permalink
Re-export nullif kernel (#3451)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Jan 4, 2023
1 parent ec2fd47 commit 3213ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/compute/kernels/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub use arrow_arith::{aggregate, arithmetic, arity, bitwise, boolean, temporal};
pub use arrow_cast::cast;
pub use arrow_cast::parse as cast_utils;
pub use arrow_ord::{partition, sort};
pub use arrow_select::{concat, filter, interleave, take, window, zip};
pub use arrow_select::{concat, filter, interleave, nullif, take, window, zip};
pub use arrow_string::{concat_elements, length, regexp, substring};

/// Comparison kernels for `Array`s.
Expand Down

0 comments on commit 3213ef5

Please sign in to comment.