aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg-tpcds/customer_demographics.txt.attr
blob: 6f106de2a70ba09793116726340a7202b856ef44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "_yql_row_spec"={
        "Type"=["StructType";[
              ["cd_demo_sk";["PgType";"int4";];];
              ["cd_gender";["PgType";"text";];];
              ["cd_marital_status";["PgType";"text";];];
              ["cd_education_status";["PgType";"text";];];
              ["cd_purchase_estimate";["PgType";"int4";];];
              ["cd_credit_rating";["PgType";"text";];];
              ["cd_dep_count";["PgType";"int4";];];
              ["cd_dep_employed_count";["PgType";"int4";];];
              ["cd_dep_college_count";["PgType";"int4";];];
        ];];
    }
}