aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/bigdate/NarrowInterval.txt.attr
blob: bb8f05160e28c15a38e247d6a0391669448ad2d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "schema" = <"strict" = %true; "unique_keys" = %false> [
        { "type" = "int64"; "required" = %true; "name" = "row" };
        { "type" = "int64"; "required" = %true; "name" = "i" };
    ];
    "_yql_row_spec" = {
        "TypePatch" = ["StructType";[
            ["i"; ["DataType"; "Interval"]];
        ]];
    };
}