aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg-tpch/nation.txt.attr
blob: 984875af2b29016b0d4b82d34ef0dddb05050e0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
    "_yql_row_spec"={
       "Type"=["StructType";[
           ["n_nationkey";["PgType";"int4";];];
           ["n_name";["PgType";"text";];];
           ["n_regionkey";["PgType";"int4";];];
           ["n_comment";["PgType";"text";];];
       ];];
    }
}