aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/EquiJoinCommon/input2opt.txt.attr
blob: 990e5b6aee8dac236821178cf11ec6ae6ae3adc9 (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
{
    "_yql_row_spec" = {
        "Type" = [
            "StructType";
            [
                [
                    "key2";
                    [
                        "OptionalType";
                        [
	                    "DataType";
                            "Uint64"
                        ]
                    ]
                ];
                [
                    "subkey2";
                    [
                        "OptionalType";
                        [
	                    "DataType";
                            "String"
                        ]
                    ]
                ];
                [
                    "value2";
                    [
                        "OptionalType";
                        [
	                    "DataType";
                            "String"
                        ]
                    ]
                ]
            ]
        ]
    }
}