expr_in_l1.sql 107 B

123456
  1. SELECT
  2. AsList(
  3. ListMap(AsList(1,2),($x)->{
  4. return ($x+1)*($x+1)
  5. }),
  6. );