aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/join/cbo_4tables_c.txt.attr
blob: fb108546cd1993ec577b35379b724b174735805b (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
{
    "_yql_row_spec"={
        "Type"=["StructType";[
            ["k";["OptionalType";["DataType";"Int64"]]];
            ["v";["OptionalType";["DataType";"Int64"]]]]
        ];
    };

    "schema" = <"strict" = %true; "unique_keys" = %false>
    [
        {
            "name" = "k";
            "type" = "int64";
            "type_v3" = {"type_name" = "optional"; item = "int64"}
        };
        {
            "name" = "v";
            "type" = "int64";
            "type_v3" = {"type_name" = "optional"; item = "int64"}
        };
    ];
    "extended_stats" = [
        {
            "column_name" = "k";
            "data_weight" = 12;
            "num_unique_vals" = 3;
        };
        {
            "column_name" = "v";
            "data_weight" = 12;
            "num_unique_vals" = 3;
        }
    ];
}