Function arrow_string::like::nlike
source ยท pub fn nlike(
left: &dyn Datum,
right: &dyn Datum,
) -> Result<BooleanArray, ArrowError>Expand description
Perform SQL left NOT LIKE right
See the documentation on like for more details