aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/join/cbo_4tables_d.txt.attr
blob: 8050807ed9acf5e5c28cfc805f26548771914fa2 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "_yql_row_spec"={
        "Type"=["StructType";[
            ["id";["DataType";"Int32"]];
            ["k";["OptionalType";["DataType";"String"]]];
            ["value";["OptionalType";["DataType";"Int64"]]]]
        ];
        "SortDirections"=[1];
        "SortedBy"=["id"];
        "SortedByTypes"=[["DataType";"Int32"]];
        "SortMembers"=["id"];
    };

    "schema" = <"strict" = %true; "unique_keys" = %false>
    [
        {
            "name" = "id";
            "sort_order" = "ascending";
            "type" = "int64";
            "type_v3" = {"type_name" = "optional"; item = "int64"}
        };
        {
            "name" = "k";
            "type" = "string";
            "type_v3" = {"type_name" = "optional"; item = "string"}
        };
        {
            "name" = "value";
            "type" = "int64";
            "type_v3" = {"type_name" = "optional"; item = "int64"}
        };
    ];
    "extended_stats" = [
        {
            "column_name" = "id";
            "data_weight" = 44;
            "num_unique_vals" = 11;
        };
        {
            "column_name" = "k";
            "data_weight" = 66;
            "num_unique_vals" = 7;
        };
        {
            "column_name" = "value";
            "data_weight" = 44;
            "num_unique_vals" = 6;
        }
    ];
}