You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/24 18:24:52 UTC

[GitHub] [arrow] edponce commented on pull request #12338: ARROW-15571: [C++] Add min/max binary scalar kernels to execution engine

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org