aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/Udf/input5.txt.attr
blob: 6c072165b52b97120d4fdef9da32b9f7442ecfeb (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
{
    "_yql_read_udf"="Person.New";
    "_yql_read_udf_type_config"="RemapKSV";
    "_yql_row_spec" = {
        "Type" = [
            "StructType";
            [
                [
                    "key";
                    [
                        "DataType";
                        "String"
                    ]
                ];
                [
                    "subkey";
                    [
                        "DataType";
                        "String"
                    ]
                ];
                [
                    "value";
                    [
                        "DataType";
                        "String"
                    ]
                ]
            ]
        ]
    }
}