1 2 3 4 5 6
$init = ($item, $parent)->{ return Udf(String::AsciiToUpper, $parent as Depends, 2 as Depends)($item); }; select $init("foo",1);