Function arrow::compute::kernels::comparison::gt_bool_scalar
source ยท pub fn gt_bool_scalar(
left: &BooleanArray,
right: bool,
) -> Result<BooleanArray, ArrowError>
๐Deprecated: Use arrow_ord::cmp::gt
Expand description
Perform left > right
operation on BooleanArray
and a scalar