1 2 3 4 5 6
SELECT AsList( ListMap(AsList(1,2),($x)->{ return $x+Yql::Fold(AsList(1),0,($a,$b)->{return $a+$b}) }) );