summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/yson2/test/cases/MutCreateFreezeFail.sql
blob: e202cf8d2f5df753a4a6751de842431905202dbe (plain) (blame)
1
2
3
4
5
6
SELECT 
    Block(($x)->{
        $m = Udf(Yson::MutCreate, $x as Depends)();
        return Yson::MutFreeze($m);
    });