pub fn gt(lhs: &BooleanArray, rhs: &BooleanArray) -> BooleanArrayThis is supported on crate feature
compute_comparison only.Expand description
Perform left > right operation on two arrays. Non-null values are greater than null
values.