aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/pg-tpcds/web_sales.txt.attr
blob: 7a4c5dda75f0d48596e929182d98c30da7b1d2f8 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
    "_yql_row_spec"={
        "Type"=["StructType";[
              ["ws_sold_date_sk";["PgType";"int4";];];
              ["ws_sold_time_sk";["PgType";"int4";];];
              ["ws_ship_date_sk";["PgType";"int4";];];
              ["ws_item_sk";["PgType";"int4";];];
              ["ws_bill_customer_sk";["PgType";"int4";];];
              ["ws_bill_cdemo_sk";["PgType";"int4";];];
              ["ws_bill_hdemo_sk";["PgType";"int4";];];
              ["ws_bill_addr_sk";["PgType";"int4";];];
              ["ws_ship_customer_sk";["PgType";"int4";];];
              ["ws_ship_cdemo_sk";["PgType";"int4";];];
              ["ws_ship_hdemo_sk";["PgType";"int4";];];
              ["ws_ship_addr_sk";["PgType";"int4";];];
              ["ws_web_page_sk";["PgType";"int4";];];
              ["ws_web_site_sk";["PgType";"int4";];];
              ["ws_ship_mode_sk";["PgType";"int4";];];
              ["ws_warehouse_sk";["PgType";"int4";];];
              ["ws_promo_sk";["PgType";"int4";];];
              ["ws_order_number";["PgType";"int4";];];
              ["ws_quantity";["PgType";"int4";];];
              ["ws_wholesale_cost";["PgType";"numeric";];];
              ["ws_list_price";["PgType";"numeric";];];
              ["ws_sales_price";["PgType";"numeric";];];
              ["ws_ext_discount_amt";["PgType";"numeric";];];
              ["ws_ext_sales_price";["PgType";"numeric";];];
              ["ws_ext_wholesale_cost";["PgType";"numeric";];];
              ["ws_ext_list_price";["PgType";"numeric";];];
              ["ws_ext_tax";["PgType";"numeric";];];
              ["ws_coupon_amt";["PgType";"numeric";];];
              ["ws_ext_ship_cost";["PgType";"numeric";];];
              ["ws_net_paid";["PgType";"numeric";];];
              ["ws_net_paid_inc_tax";["PgType";"numeric";];];
              ["ws_net_paid_inc_ship";["PgType";"numeric";];];
              ["ws_net_paid_inc_ship_tax";["PgType";"numeric";];];
              ["ws_net_profit";["PgType";"numeric";];];
        ];];
    }
}