normanj-bitquill commented on PR #3762:
URL: https://github.com/apache/calcite/pull/3762#issuecomment-2059682779

   In order to separate the POWER function for PostgreSQL and non-PostgreSQL 
dialects, the POWER function was moved to the `SqlLibraryOperators` class. This 
downgrades the POWER function from a standard function to a function from a 
library. This is problematic for things like SQRT which is a standard function 
and gets rewritten to a POWER expression.
   
   Is there a more clean way to separate the POWER function so that the 
PostgreSQL implementation is able to return Decimal values?


-- 
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