aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/datetime2/test_bigdates/cases/BlockFrom.in.attr
blob: ae712ef6cb95cd8b970507a354e1f2b3df326e3c (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
{
    "_yql_row_spec" = {
        "Type" = [
            "StructType";
            [
                [
                    "fts64_sec";
                    [
                        "DataType";
                        "Int64"
                    ]
                ];
                [
                    "fts64_msec";
                    [
                        "DataType";
                        "Int64"
                    ]
                ];
                [
                    "fts64_usec";
                    [
                        "DataType";
                        "Int64"
                    ]
                ];
            ]
        ]
    }
}