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