[
https://issues.apache.org/jira/browse/CALCITE-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alessandro Solimando reassigned CALCITE-6831:
---------------------------------------------
Assignee: Yu Xu
> Add ARRAY_SLICE function(enabled in Hive Library)
> -------------------------------------------------
>
> Key: CALCITE-6831
> URL: https://issues.apache.org/jira/browse/CALCITE-6831
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.38.0
> Reporter: Yu Xu
> Assignee: Yu Xu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.39.0
>
>
> Add function array_slice which support in Hive library.
> releted links:
> [https://hive.apache.org/docs/latest/hive-udfs_282102277/#mathematical-functions]
> (can search array-slice)
> eg:
> array_slice(array(1,2,3), 1, 2) return array(2, 3)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)