aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg-tpcds/household_demographics.txt.attr
blob: c8ab25eb6da5844c85c6c20a8dbbbaa6d94eeec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "_yql_row_spec"={
        "Type"=["StructType";[
              ["hd_demo_sk";["PgType";"int4";];];
              ["hd_income_band_sk";["PgType";"int4";];];
              ["hd_buy_potential";["PgType";"text";];];
              ["hd_dep_count";["PgType";"int4";];];
              ["hd_vehicle_count";["PgType";"int4";];];
        ];];
    }
}