rok commented on issue #48003: URL: https://github.com/apache/arrow/issues/48003#issuecomment-3543476288
@randolf-scholz We'd be happy to help guide you with C++! Yes kernels are templated. See #7341 for original multiplication (PR was merged even though the label says it wasn't) and #12215 for templating adjustment that allowed `multiply(duration, integer)`. There is also the original kernel buildout issue #25028. For your reference I suggest you look at something newer, e.g.: #44630 (hyperbolic functions). If you do start working on this please indicate so here just so we don't accidentally have duplicate effort. -- 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]
