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)