aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/EquiJoinOrdered/input1opt.txt.attr
blob: 21ebb68dc9d80376f68fbfda049b5f020c18c7ac (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
{
    "_yql_row_spec" = {
        "SortMembers"=["key1";"subkey1"];"SortedBy"=["key1";"subkey1"];"SortDirections"=[1;1];"SortedByTypes"=[["OptionalType";["DataType";"Int32"]];["OptionalType";["DataType";"String"]]];
        "Type" = [
            "StructType";
            [
                [
                    "key1";
                    [
                        "OptionalType";
                        [
	                    "DataType";
                            "Int32"
                        ]
                    ]
                ];
                [
                    "subkey1";
                    [
                        "OptionalType";
                        [
	                    "DataType";
                            "String"
                        ]
                    ]
                ];
                [
                    "value1";
                    [
                        "OptionalType";
                        [
	                    "DataType";
                            "String"
                        ]
                    ]
                ]
            ]
        ]
    }
}