summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/ytflow/input_static.txt.attr
blob: 10af3b76c9fd080fcdad0857b0a91ba7d3dce40d (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";
            [
                [
                    "value";
                    [
                        "DataType";
                        "String"
                    ]
                ];
                [
                    "codec";
                    [
                        "DataType";
                        "String"
                    ]
                ];
            ]
        ]
    };
}