aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/ypath/dynamic.txt.attr
blob: 9e3c33c4cb9fa884041348b387c9fb0c95a0acbd (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
{
    "_yql_row_spec"={
        "Type"=["StructType";[
            ["key"; ["DataType"; "String"]];
            ["subkey"; ["DataType"; "String"]];
            ["value"; ["DataType"; "String"]];
        ]];
        "SortMembers"=["key"; "subkey"];
        "SortedBy"=["key"; "subkey"];
        "SortDirections"=[1; 1];
        "SortedByTypes"=[["DataType";"String"]; ["DataType";"String"]]
    };
    "_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" = "string";
        };
    ]
}