You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Anton Solovev (JIRA)" <ji...@apache.org> on 2016/10/24 07:47:58 UTC

[jira] [Created] (CALCITE-1467) SqlFunctions power

Anton Solovev created CALCITE-1467:
--------------------------------------

             Summary: SqlFunctions power
                 Key: CALCITE-1467
                 URL: https://issues.apache.org/jira/browse/CALCITE-1467
             Project: Calcite
          Issue Type: Bug
            Reporter: Anton Solovev
            Assignee: Julian Hyde


there are only 3 power methods:
double power(double b0, double b1)
double power(long b0, long b1) 
double power(long b0, BigDecimal b1)
in org.apache.calcite.runtime.SqlFunctions

but methods are unsuitable with (float, float), (float, BigDecimal)





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)