summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/linear/opt_block1.yql
blob: 86a82bfde953e569a7542e31e74c188cfca418df (plain) (blame)
1
2
select ListSort(DictItems(DictInsert(DictInsert(DictCreate(String,Int32),"a",1),"b",2)));