Skip to content

Commit 3213ef5

Browse files
authored
Re-export nullif kernel (#3451)
1 parent ec2fd47 commit 3213ef5

File tree

1 file changed

+1
-1
lines changed
  • arrow/src/compute/kernels

1 file changed

+1
-1
lines changed

arrow/src/compute/kernels/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub use arrow_arith::{aggregate, arithmetic, arity, bitwise, boolean, temporal};
2323
pub use arrow_cast::cast;
2424
pub use arrow_cast::parse as cast_utils;
2525
pub use arrow_ord::{partition, sort};
26-
pub use arrow_select::{concat, filter, interleave, take, window, zip};
26+
pub use arrow_select::{concat, filter, interleave, nullif, take, window, zip};
2727
pub use arrow_string::{concat_elements, length, regexp, substring};
2828

2929
/// Comparison kernels for `Array`s.

0 commit comments

Comments
 (0)