pub fn nilike(
left: &dyn Datum,
right: &dyn Datum,
) -> Result<BooleanArray, ArrowError>Expand description
Perform SQL left NOT ILIKE right
See the documentation on ilike for more details
pub fn nilike(
left: &dyn Datum,
right: &dyn Datum,
) -> Result<BooleanArray, ArrowError>Perform SQL left NOT ILIKE right
See the documentation on ilike for more details