You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2021/12/14 00:02:00 UTC

[jira] [Updated] (CALCITE-4822) Add ARRAY_CONCAT, ARRAY_REVERSE, ARRAY_LENGTH for BigQuery dialect

     [ https://issues.apache.org/jira/browse/CALCITE-4822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Hyde updated CALCITE-4822:
---------------------------------
    Fix Version/s: 1.29.0

> Add ARRAY_CONCAT, ARRAY_REVERSE, ARRAY_LENGTH for BigQuery dialect
> ------------------------------------------------------------------
>
>                 Key: CALCITE-4822
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4822
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>            Reporter: Sergey Nuyanzin
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.29.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> {{ARRAY_CONCAT}} - Concatenates one or more arrays with the same element type into a single array.
>  {{ARRAY_LENGTH}} - Returns the size of the array. Synonym for {{CARDINALITY}}.
>  {{ARRAY_REVERSE}} - Returns the input ARRAY with elements in reverse order.
> For more details 
>  [https://cloud.google.com/bigquery/docs/reference/standard-sql/array_functions#array_concat]
>  [https://cloud.google.com/bigquery/docs/reference/standard-sql/array_functions#array_length]
>  [https://cloud.google.com/bigquery/docs/reference/standard-sql/array_functions#array_reverse]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)