aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/Optimizers/input1.txt.attr
blob: ffb9a19cab9bf1f320e6e1297bc1f60c265cedbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    "_yql_row_spec" = {
        "UniqueKeys"=%true;
        "SortMembers"=["Group"; "Name"];
        "SortedBy"=["Group"; "Name"];
        "SortDirections"=[1; 1];
        "SortedByTypes"=[["DataType";"Uint64"]; ["DataType";"String"]];
        "Type" = [
            "StructType";
            [
                [
                    "Group";
                    [
                        "DataType";
                        "Uint64"
                    ]
                ];
                [
                    "Name";
                    [
                        "DataType";
                        "String"
                    ]
                ];
                [
                    "Amount";
                    [
                        "DataType";
                        "Int64"
                    ]
                ];
                [
                    "Comment";
                    [
                        "DataType";
                        "String"
                    ]
                ]
            ]
        ]
    }
}