aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/tpch/region.txt.attr
blob: daadd6b05bbb15eb8ab086efcd59b3d357b3ad22 (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
{
    "schema" = <
        "strict" = %true;
        "unique_keys" = %false;
    > [
        {
            "name" = "r_regionkey";
            "required" = %true;
            "sort_order" = "ascending";
            "type" = "int32";
            "type_v3" = "int32";
        };
        {
            "name" = "r_comment";
            "required" = %true;
            "type" = "string";
            "type_v3" = "string";
        };
        {
            "name" = "r_name";
            "required" = %true;
            "type" = "string";
            "type_v3" = "string";
        };
    ];
}