aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/insert_monotonic/input4.txt.attr
blob: dda2f66d5e2abe94b64d92b967e1a1ca29d430dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "schema"=<
        "strict" = %true;
        "unique_keys" = %false
    >[
        {
            "name" = "key";
            "type" = "string";
            "sort_order" = "ascending";
        };
        {
            "name" = "subkey";
            "type" = "string";
            "sort_order" = "ascending";
        };
        {
            "name" = "value";
            "type" = "string";
        };
    ]
}