Files
doris/regression-test/data/nereids_syntax_p0/array_function.out
谢健 335064f897 [feature](Nereids) add lambda argument and array_map function (#23598)
add array_map function

SELECT ARRAY_MAP(x->x+1, ARRAY(87, 33, -49))
+----------------------------------------------------------------------+
| array_map([x] -> (x + 1), x#1 of array(87, 33, -49))     |
+----------------------------------------------------------------------+
| [88, 34, -48]                                                                 |
+----------------------------------------------------------------------+
2023-09-13 14:24:16 +08:00

20 lines
293 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !0 --
[NULL, NULL, NULL, NULL]
-- !1 --
[NULL, NULL, NULL]
-- !2 --
[88, 34, -48]
-- !3 --
[57, NULL, NULL]
-- !4 --
[-81.31, -71.18, 36.59, -66.13]
-- !5 --
[-35.47, 67.31, 98.60, -92.89]