KassieZ commented on code in PR #1478: URL: https://github.com/apache/doris-website/pull/1478#discussion_r1877267479
########## docs/query-data/multi-dimensional-analytics.md: ########## @@ -549,6 +549,6 @@ Using `CUBE` computes all possible aggregation levels (eight in this case), but ); ``` -## Design Document +## APPENDIX -For detailed information, please refer to [SQL for Aggregation in Data Warehouses](https://www.oracle.com/path-to-reference-documentation) on the Oracle official website. \ No newline at end of file +For table creation statements and data files, see the [Window Function](window-function.md) appendix. Review Comment: Please check whether the link is in the correct format. ########## i18n/zh-CN/docusaurus-plugin-content-docs/current/query-data/window-function.md: ########## @@ -698,39 +696,34 @@ PROPERTIES ( "replication_num" = "1" ); - curl --location-trusted \ -u "root:" \ -H "column_separator:|" \ -H "columns: i_item_sk, i_item_id, i_rec_start_date, i_rec_end_date, i_item_desc, i_current_price, i_wholesale_cost, i_brand_id, i_brand, i_class_id, i_class, i_category_id, i_category, i_manufact_id, i_manufact, i_size, i_formulation, i_color, i_units, i_container, i_manager_id, i_product_name" \ -T "/path/to/data/item_1_10.dat" \ http://127.0.0.1:8030/api/doc_tpcds/item/_stream_load - curl --location-trusted \ -u "root:" \ -H "column_separator:|" \ -H "columns: d_date_sk, d_date_id, d_date, d_month_seq, d_week_seq, d_quarter_seq, d_year, d_dow, d_moy, d_dom, d_qoy, d_fy_year, d_fy_quarter_seq, d_fy_week_seq, d_day_name, d_quarter_name, d_holiday, d_weekend, d_following_holiday, d_first_dom, d_last_dom, d_same_day_ly, d_same_day_lq, d_current_day, d_current_week, d_current_month, d_current_quarter, d_current_year" \ -T "/path/to/data/date_dim_1_10.dat" \ http://127.0.0.1:8030/api/doc_tpcds/date_dim/_stream_load - curl --location-trusted \ -u "root:" \ -H "column_separator:|" \ -H "columns: ss_sold_date_sk, ss_sold_time_sk, ss_item_sk, ss_customer_sk, ss_cdemo_sk, ss_hdemo_sk, ss_addr_sk, ss_store_sk, ss_promo_sk, ss_ticket_number, ss_quantity, ss_wholesale_cost, ss_list_price, ss_sales_price, ss_ext_discount_amt, ss_ext_sales_price, ss_ext_wholesale_cost, ss_ext_list_price, ss_ext_tax, ss_coupon_amt, ss_net_paid, ss_net_paid_inc_tax, ss_net_profit" \ -T "/path/to/data/store_sales.csv" \ http://127.0.0.1:8030/api/doc_tpcds/store_sales/_stream_load - - curl --location-trusted \ -u "root:" \ -H "column_separator:|" \ -H "ca_address_sk, ca_address_id, ca_street_number, ca_street_name, ca_street_type, ca_suite_number, ca_city, ca_county, ca_state, ca_zip, ca_country, ca_gmt_offset, ca_location_type" \ -T "/path/to/data/customer_address_1_10.dat" \ http://127.0.0.1:8030/api/doc_tpcds/customer_address/_stream_load +``` -数据路径: -/Users/${username}/Documents/file/docs_write/doc_ddl_dir.tar -``` \ No newline at end of file +数据文件item_1_10.dat,date_dim_1_10.dat,store_sales.csv,customer_address_1_10.dat可以从下面的链接下载: Review Comment: 数据文件 `item_1_10.dat`,`date_dim_1_10.dat`,`store_sales.csv`,`customer_address_1_10.dat` 可以[点击链接](https://cdn.selectdb.com/static/doc_ddl_dir_d27a752a7b.tar) 下载。 1. 请用行内代码包裹 2. 请讲链接设置成锚点,不暴露URL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org