richardstartin commented on a change in pull request #8304: URL: https://github.com/apache/pinot/pull/8304#discussion_r820500243
########## File path: pinot-common/src/main/java/org/apache/pinot/common/function/scalar/TrigonometricFunctions.java ########## @@ -0,0 +1,74 @@ +package org.apache.pinot.common.function.scalar; + +import org.apache.pinot.spi.annotations.ScalarFunction; + + +public class TrigonometricFunctions { Review comment: These can all be autovectorized on recent JVMs on x86, but need to be implemented as `TransformFunction`s. I would suggest generating the code with a one off script. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org