pub fn nlike_utf8_scalar<O: Offset>(
lhs: &Utf8Array<O>,
rhs: &str
) -> Result<BooleanArray>Available on crate feature
compute_like only.Expand description
Returns lhs NOT LIKE rhs operation.
There are two wildcards supported:
%- The percent sign represents zero, one, or multiple characters_- The underscore represents a single character