aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg-tpcds/catalog_page.txt.attr
blob: 1de2694081aacfbd85302d20d97b1da2615a050f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "_yql_row_spec"={
        "Type"=["StructType";[
              ["cp_catalog_page_sk";["PgType";"int4";];];
              ["cp_catalog_page_id";["PgType";"text";];];
              ["cp_start_date_sk";["PgType";"int4";];];
              ["cp_end_date_sk";["PgType";"int4";];];
              ["cp_department";["PgType";"text";];];
              ["cp_catalog_number";["PgType";"int4";];];
              ["cp_catalog_page_number";["PgType";"int4";];];
              ["cp_description";["PgType";"text";];];
              ["cp_type";["PgType";"text";];];
        ];];
    }
}