You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Aryeh Hillman (Jira)" <ji...@apache.org> on 2020/10/31 06:06:00 UTC

[jira] [Commented] (CALCITE-4369) COUNTIF support for BigQuery

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

Aryeh Hillman commented on CALCITE-4369:
----------------------------------------

Tentative implementation that I wrote https://github.com/apache/calcite/pull/2235

> COUNTIF support for BigQuery
> ----------------------------
>
>                 Key: CALCITE-4369
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4369
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Aryeh Hillman
>            Priority: Major
>
> Example:
> {{select countif(x > 0) from (select 1 as x, 2 as y, 3 as z)}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)