aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/binding/named_callable.sql
blob: 0313023fee37bf1608713c8c55455b07ba9737d2 (plain) (blame)
1
2
3
4
/* syntax version 1 */
/* postgres can not */
$foo = ($item) -> { return $item + $item};  
select $foo(1);