summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/ytflow/output_expression_column.txt.attr
blob: 707288e307142aaa6285de353850275c790c02ca (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
{
    "schema" = <
        unique_keys = %true;
        strict = %true;
    > [
        {
            "name" = "hash";
            "type" = "uint64";
            "expression" = "farm_hash(key)";
            "sort_order" = "ascending";
        };
        {
            "name" = "key";
            "type" = "string";
            "sort_order" = "ascending";
        };
        {
            "name" = "kv_value";
            "type" = "int64";
        };
    ];
    "_yql_dynamic" = %true;
    "_yql_dynamic_native_read" = %true;
}