aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/Epochs/input.txt.attr
blob: b6100e5fd0bfe2de0b60488c2fa5d3856688f533 (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";
            [
                [
                    "key";
                    [
                        "DataType";
                        "String"
                    ]
                ];
                [
                    "subkey";
                    [
                        "DataType";
                        "String"
                    ]
                ];
                [
                    "value";
                    [
                        "DataType";
                        "String"
                    ]
                ]
            ]
        ]
    }
}