aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/EquiJoin/input5.txt.attr
blob: cfc68e11aa941a88441e434763ca1d2615bad464 (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
{
    "_yql_row_spec" = {"Type" = [
        "StructType";
        [
            [
                "id";
                [
                    "DataType";
                    "Int64"
                ]
            ];
            [
                "payload_right";
                [
                    "DataType";
                    "String"
                ]
            ]
        ]
    ]};
    "schema" = <
        "strict" = %true;
        "unique_keys" = %false
    >
    [
        {
            "name" = "payload_right";
            "type" = "string"
        };
        {
            "name" = "id";
            "type" = "int64"
        }
    ];
}