edponce commented on pull request #12338:
URL: https://github.com/apache/arrow/pull/12338#issuecomment-1050136334


   A related topic is having kernel specializations based on function options 
or other non-type factors (template specialization is used for type-specific 
cases). [For the `binary_repeat` function, there are two specializations based 
on the number of repeats requested. The dispatching is done at 
runtime](https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/kernels/scalar_string_ascii.cc#L3462-L3467).
 Could an approach similar to this be applied here?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to