You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Sergey Nuyanzin (Jira)" <ji...@apache.org> on 2021/10/03 10:39:00 UTC

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

Sergey Nuyanzin created CALCITE-4822:
----------------------------------------

             Summary: 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


{{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.3.4#803005)