[
https://issues.apache.org/jira/browse/CALCITE-4822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated CALCITE-4822:
------------------------------------
Labels: pull-request-available (was: )
> 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
> Time Spent: 10m
> 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.3.4#803005)