1 2 3 4 5
SELECT AsTuple( ListMap(AsList(1,2),($_x)->{return 3+4}), ListMap(AsList("foo","bar"),($_x)->{return 3+4}) );