[ 
https://issues.apache.org/jira/browse/CALCITE-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15602402#comment-15602402
 ] 

Julian Hyde commented on CALCITE-1467:
--------------------------------------

I thought that the existing methods were sufficient; the code generator 
generates appropriate conversions. Can you provide a test case that fails and 
its error stack?

> 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