Function arrow::compute::kernels::comparison::eq_dyn_bool_scalar
source ยท pub fn eq_dyn_bool_scalar(
left: &dyn Array,
right: bool,
) -> Result<BooleanArray, ArrowError>
๐Deprecated: Use arrow_ord::cmp::eq
Expand description
Perform left == right
operation on an array and a numeric scalar
value.