aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/View/input2.txt.attr
blob: 4e7dfb3804c7cf600fe34a582ad2db52a5fb4438 (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
33
34
35
36
37
{
    "_yql_view_trivial"="SELECT key, subkey, value FROM self";
    "_yql_view_key1"="SELECT key || \"key\" FROM self";
    "_yql_view_key2"="SELECT key || \"key\" FROM self_raw";
    "_yql_view_noread"="SELECT 1 as key, 2 as value";
    "_yql_read_udf"="DummyLog.ReadRecord2";
    "_yql_read_udf_type_config"="AAA";
    "_yql_read_udf_run_config"="BBB";
    "_yql_row_spec" = {
        "Type" = [
            "StructType";
            [
                [
                    "key";
                    [
                        "DataType";
                        "String"
                    ]
                ];
                [
                    "subkey";
                    [
                        "DataType";
                        "String"
                    ]
                ];
                [
                    "value";
                    [
                        "DataType";
                        "String"
                    ]
                ]
            ]
        ]
    }
}