summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/linear/opt_block2.yql
blob: 839038bdd84e18cd403090862fa8660052fad847 (plain) (blame)
1
select ListSort(DictItems(DictInsert(DictInsert(DictInsert(DictCreate(String,Int32),"a",1),"b",2),"c",3)));