Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.38.0
Description
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)
Attachments
Issue Links
- links to