aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/udf/udf_with_settings.sql
blob: adb7067455a5da999c166ee84b42e853b08d6cc1 (plain) (blame)
1
2
3
4
5
6
$g = String::AsciiToUpper;

$g = Udf($g, "64.0" as Cpu, "4294967296" as ExtraMem);

SELECT
    $g('foo')