Available on crate feature compute_like only.
Expand description

Contains “like” operators such as like_utf8 and like_utf8_scalar.

Functions

Returns lhs LIKE rhs operation on two BinaryArray.

Returns lhs LIKE rhs operation.

Returns lhs LIKE rhs operation on two Utf8Array.

Returns lhs LIKE rhs operation.

Returns lhs NOT LIKE rhs operation on two BinaryArrays.

Returns lhs NOT LIKE rhs operation on two BinaryArrays.

Returns lhs NOT LIKE rhs operation on two Utf8Array.

Returns lhs NOT LIKE rhs operation.