aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/aggregate/descending.txt.attr
blob: 7024a9fc9cdae80beee131295d0e6dcb7038f21a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "schema"=<
        "strict" = %true;
        "unique_keys" = %false
    >[
        {
            "name" = "key";
            "type" = "string";
            "sort_order" = "descending";
        };
        {
            "name" = "subkey";
            "type" = "string";
            "sort_order" = "descending";
        };
        {
            "name" = "value";
            "type" = "string";
        };
    ]
}