Function arrow::compute::kernels::comparison::ilike_utf8
source · pub fn ilike_utf8<OffsetSize>(
left: &GenericByteArray<GenericStringType<OffsetSize>>,
right: &GenericByteArray<GenericStringType<OffsetSize>>
) -> Result<BooleanArray, ArrowError>where
OffsetSize: OffsetSizeTrait,
Expand description
Perform SQL left ILIKE right
operation on StringArray
/
LargeStringArray
.
Case insensitive version of like_utf8
Note: this only implements loose matching as defined by the Unicode standard. For example,
the ff
ligature is not equivalent to FF
and ß
is not equivalent to SS