expr_named_yql_lambda.sql 64 B

12
  1. $foo = YQL::@@(lambda '(item) (+ item item))@@;
  2. select $foo(1);