datatypes::computeFunction nlike
pub fn nlike(
left: &dyn Datum,
right: &dyn Datum,
) -> Result<BooleanArray, ArrowError>
Expand description
Perform SQL left NOT LIKE right
ยงNotes
- This is a negative of
like
- See the documentation on
like
for more details