pub fn gt_scalar(lhs: &BooleanArray, rhs: bool) -> BooleanArrayExpand description
Perform left > right operation on an array and a scalar value.
Non-null values are greater than null values.
pub fn gt_scalar(lhs: &BooleanArray, rhs: bool) -> BooleanArrayPerform left > right operation on an array and a scalar value.
Non-null values are greater than null values.