12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "_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";];];
- ];];
- }
- }
|