aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg-tpcds/customer.txt.attr
blob: 0994cf795131ef948628ee1e585d583817d4cb0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "_yql_row_spec"={
        "Type"=["StructType";[
              ["c_customer_sk";["PgType";"int4";];];
              ["c_customer_id";["PgType";"text";];];
              ["c_current_cdemo_sk";["PgType";"int4";];];
              ["c_current_hdemo_sk";["PgType";"int4";];];
              ["c_current_addr_sk";["PgType";"int4";];];
              ["c_first_shipto_date_sk";["PgType";"int4";];];
              ["c_first_sales_date_sk";["PgType";"int4";];];
              ["c_salutation";["PgType";"text";];];
              ["c_first_name";["PgType";"text";];];
              ["c_last_name";["PgType";"text";];];
              ["c_preferred_cust_flag";["PgType";"text";];];
              ["c_birth_day";["PgType";"int4";];];
              ["c_birth_month";["PgType";"int4";];];
              ["c_birth_year";["PgType";"int4";];];
              ["c_birth_country";["PgType";"text";];];
              ["c_login";["PgType";"text";];];
              ["c_email_address";["PgType";"text";];];
              ["c_last_review_date";["PgType";"text";];];
        ];];
    }
}