aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/json/jsondocument/input.txt.attr
blob: e61c1d4837facdb6f2df14ab3a6c6950771336cb (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
{
    "_yql_row_spec" = {
        "Type" = [
            "StructType";
            [
                [
                    "Id";
                    [
                        "DataType";
                        "Int64"
                    ]
                ];
                [
                    "Profile";
                    [
                        "DataType";
                        "JsonDocument"
                    ]
                ]
            ]
        ]
    }
}