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

[jira] [Created] (CALCITE-4335) Aggregate functions for BigQuery

Julian Hyde created CALCITE-4335:
------------------------------------

             Summary: Aggregate functions for BigQuery
                 Key: CALCITE-4335
                 URL: https://issues.apache.org/jira/browse/CALCITE-4335
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde


Add aggregate functions for BigQuery ([spec|https://cloud.google.com/bigquery/docs/reference/standard-sql/aggregate_functions]): {{ARRAY_AGG}}, {{ARRAY_CONCAT_AGG}}, {{COUNTIF}}, {{LOGICAL_AND}}, {{LOGICAL_OR}}, {{STRING_AGG}}.

Calcite already has {{ANY_VALUE}}, {{BIT_AND}}, {{BIT_OR}}, {{BIT_XOR}}, {{MAX}}, {{MIN}}, {{SUM}} aggregate functions.



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