[
https://issues.apache.org/jira/browse/CALCITE-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640265#comment-17640265
]
Julian Hyde commented on CALCITE-5404:
--------------------------------------
As a [comment in
SqlOperatorTest|https://github.com/apache/calcite/blob/601ef7b80babd4e686d7c2bd4772b8f914b495a8/testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java#L4784]
notes, "POW" was in an old version of the SQL standard and was superseded by
"POWER". We still do not want to enable "POW" in Calcite's default library.
You should enable it as a synonym in the BigQuery library, and continue to test
that it is not present in the default library.
> Implement BigQuery's POW() and TRUNC() math functions
> -----------------------------------------------------
>
> Key: CALCITE-5404
> URL: https://issues.apache.org/jira/browse/CALCITE-5404
> Project: Calcite
> Issue Type: New Feature
> Reporter: Tanner Clary
> Assignee: Tanner Clary
> Priority: Major
>
> Add support for BigQuery's POW() and TRUNC() mathematical functions by
> mapping them to the existing implementations for POWER() and TRUNCATE()
> respectively.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)