[ 
https://issues.apache.org/jira/browse/CALCITE-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anton Solovev updated CALCITE-1467:
-----------------------------------
    Description: 
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 double power(double b0, BigDecimal b1)



  was:
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)




> 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 double power(double b0, BigDecimal b1)



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

Reply via email to