Yu Xu created CALCITE-6831:
------------------------------
Summary: 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
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)