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] | +----------------------------------------------------------------------+
20 lines
293 B
Plaintext
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]
|
|
|