Function arrow::compute::kernels::comparison::like_dict_scalar
source · [−]pub fn like_dict_scalar<K: ArrowNumericType>(
left: &DictionaryArray<K>,
right: &str
) -> Result<BooleanArray>
Expand description
Perform SQL left LIKE right
operation on DictionaryArray
with values
StringArray
/LargeStringArray
and a scalar.
See the documentation on like_utf8
for more details.