aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg-tpch/part.txt.attr
blob: c4d0a973fc4742c2d30630f590b48026f42aa02b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "_yql_row_spec"={
       "Type"=["StructType";[
           ["p_partkey";["PgType";"int4";];];
           ["p_name";["PgType";"text";];];
           ["p_mfgr";["PgType";"text";];];
           ["p_brand";["PgType";"text";];];
           ["p_type";["PgType";"text";];];
           ["p_size";["PgType";"int4";];];
           ["p_container";["PgType";"text";];];
           ["p_retailprice";["PgType";"numeric";];];
           ["p_comment";["PgType";"text";];];
       ];];
    }
}