summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/select/dynamic.txt.attr
blob: 351b0aab7114704545b83f9982c81818ea543f28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "_yql_dynamic"=%true;
    "schema"=<
        "strict" = %true;
        "unique_keys" = %true
    >[
        {
            "name" = "key";
            "type" = "string";
            "sort_order" = "ascending";
        };
        {
            "name" = "subkey";
            "type" = "string";
            "sort_order" = "ascending";
        };
        {
            "name" = "value";
            "type" = "int64";
        };
    ]
}