Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The like kernels contain a significant amount of copy-pasted code with very minor modifications for the various like, ilike, nlike, nilike variants. It would be good to reduce this
Describe the solution you'd like
The existing like_scalar_op should allow for significant reduction in the code duplication
Describe alternatives you've considered
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The like kernels contain a significant amount of copy-pasted code with very minor modifications for the various like, ilike, nlike, nilike variants. It would be good to reduce this
Describe the solution you'd like
The existing
like_scalar_opshould allow for significant reduction in the code duplicationDescribe alternatives you've considered
Additional context