blob: b43f99e041a6ece466856d3039eef7176c3fc8f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
SELECT
Block(($x)->{
$m = Udf(Yson::MutCreate, $x as Depends)();
$m, $e1 = Yson::MutExists($m);
$m = Yson::MutUpsert($m, 'foo'y);
$m, $e2 = Yson::MutExists($m);
return LinearDestroy([$e1, $e2], $m);
});
|