summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/udf/depends2.sql
blob: 740c01b7d0deea6f7a1e155f61d382afd3b45d98 (plain) (blame)
1
2
3
4
5
6
$init = ($item, $parent)->{
    return Udf(String::AsciiToUpper, $parent as Depends, 2 as Depends)($item);
};

select $init("foo",1);