├── .gitignore ├── answer_sets ├── 1.ans ├── 10.ans ├── 11.ans ├── 12.ans ├── 13.ans ├── 14_NULLS_FIRST.ans ├── 14_NULLS_LAST.ans ├── 15_NULLS_FIRST.ans ├── 15_NULLS_LAST.ans ├── 16.ans ├── 17.ans ├── 18_NULLS_FIRST.ans ├── 18_NULLS_LAST.ans ├── 19.ans ├── 2.ans ├── 20_NULLS_FIRST.ans ├── 20_NULLS_LAST.ans ├── 21_NULLS_FIRST.ans ├── 21_NULLS_LAST.ans ├── 22_NULLS_FIRST.ans ├── 22_NULLS_LAST.ans ├── 23_NULLS_FIRST.ans ├── 23_NULLS_LAST.ans ├── 24_NULLS_FIRST.ans ├── 24_NULLS_LAST.ans ├── 25.ans ├── 26.ans ├── 27_NULLS_FIRST.ans ├── 27_NULLS_LAST.ans ├── 28.ans ├── 29.ans ├── 3.ans ├── 30.ans ├── 31.ans ├── 32.ans ├── 33.ans ├── 34_NULLS_FIRST.ans ├── 34_NULLS_LAST.ans ├── 35_NULLS_FIRST.ans ├── 35_NULLS_LAST.ans ├── 36_NULLS_FIRST.ans ├── 36_NULLS_LAST.ans ├── 37.ans ├── 38.ans ├── 39.ans ├── 4.ans ├── 40.ans ├── 41.ans ├── 42.ans ├── 43.ans ├── 44.ans ├── 45.ans ├── 46_NULLS_FIRST.ans ├── 46_NULLS_LAST.ans ├── 47.ans ├── 48.ans ├── 49.ans ├── 50.ans ├── 51.ans ├── 52.ans ├── 53.ans ├── 54.ans ├── 55.ans ├── 56_NULLS_FIRST.ans ├── 56_NULLS_LAST.ans ├── 57.ans ├── 58.ans ├── 59.ans ├── 5_NULLS_FIRST.ans ├── 5_NULLS_LAST.ans ├── 6.ans ├── 60.ans ├── 61.ans ├── 62_NULLS_FIRST.ans ├── 62_NULLS_LAST.ans ├── 63.ans ├── 64.ans ├── 65_NULLS_FIRST.ans ├── 65_NULLS_LAST.ans ├── 66_NULLS_FIRST.ans ├── 66_NULLS_LAST.ans ├── 67_NULLS_FIRST.ans ├── 67_NULLS_LAST.ans ├── 68_NULLS_FIRST.ans ├── 68_NULLS_LAST.ans ├── 69.ans ├── 7.ans ├── 70.ans ├── 71_NULLS_FIRST.ans ├── 71_NULLS_LAST.ans ├── 72.ans ├── 73.ans ├── 74.ans ├── 75.ans ├── 76_NULLS_FIRST.ans ├── 76_NULLS_LAST.ans ├── 77_NULLS_FIRST.ans ├── 77_NULLS_LAST.ans ├── 78.ans ├── 79_NULLS_FIRST.ans ├── 79_NULLS_LAST.ans ├── 8.ans ├── 80_NULLS_FIRST.ans ├── 80_NULLS_LAST.ans ├── 81.ans ├── 82.ans ├── 83.ans ├── 84.ans ├── 85.ans ├── 86_NULLS_FIRST.ans ├── 86_NULLS_LAST.ans ├── 87.ans ├── 88.ans ├── 89.ans ├── 9.ans ├── 90.ans ├── 91.ans ├── 92.ans ├── 93_NULLS_FIRST.ans ├── 93_NULLS_LAST.ans ├── 94.ans ├── 95.ans ├── 96.ans ├── 97.ans ├── 98_NULLS_FIRST.ans ├── 98_NULLS_LAST.ans ├── 99_NULLS_FIRST.ans └── 99_NULLS_LAST.ans ├── doc └── tpcds_1.1.0.docx ├── query_templates ├── README ├── ansi.tpl ├── db2.tpl ├── netezza.tpl ├── oracle.tpl ├── query1.tpl ├── query10.tpl ├── query11.tpl ├── query12.tpl ├── query13.tpl ├── query14.tpl ├── query15.tpl ├── query16.tpl ├── query17.tpl ├── query18.tpl ├── query19.tpl ├── query2.tpl ├── query20.tpl ├── query21.tpl ├── query22.tpl ├── query23.tpl ├── query24.tpl ├── query25.tpl ├── query26.tpl ├── query27.tpl ├── query28.tpl ├── query29.tpl ├── query3.tpl ├── query30.tpl ├── query31.tpl ├── query32.tpl ├── query33.tpl ├── query34.tpl ├── query35.tpl ├── query36.tpl ├── query37.tpl ├── query38.tpl ├── query39.tpl ├── query4.tpl ├── query40.tpl ├── query41.tpl ├── query42.tpl ├── query43.tpl ├── query44.tpl ├── query45.tpl ├── query46.tpl ├── query47.tpl ├── query48.tpl ├── query49.tpl ├── query5.tpl ├── query50.tpl ├── query51.tpl ├── query52.tpl ├── query53.tpl ├── query54.tpl ├── query55.tpl ├── query56.tpl ├── query57.tpl ├── query58.tpl ├── query59.tpl ├── query6.tpl ├── query60.tpl ├── query61.tpl ├── query62.tpl ├── query63.tpl ├── query64.tpl ├── query65.tpl ├── query66.tpl ├── query67.tpl ├── query68.tpl ├── query69.tpl ├── query7.tpl ├── query70.tpl ├── query71.tpl ├── query72.tpl ├── query73.tpl ├── query74.tpl ├── query75.tpl ├── query76.tpl ├── query77.tpl ├── query78.tpl ├── query79.tpl ├── query8.tpl ├── query80.tpl ├── query81.tpl ├── query82.tpl ├── query83.tpl ├── query84.tpl ├── query85.tpl ├── query86.tpl ├── query87.tpl ├── query88.tpl ├── query89.tpl ├── query9.tpl ├── query90.tpl ├── query91.tpl ├── query92.tpl ├── query93.tpl ├── query94.tpl ├── query95.tpl ├── query96.tpl ├── query97.tpl ├── query98.tpl ├── query99.tpl ├── sqlserver.tpl └── templates.lst ├── query_variants ├── README ├── query14a.tpl ├── query18a.tpl ├── query22a.tpl ├── query27a.tpl ├── query36a.tpl ├── query51a.tpl ├── query5a.tpl ├── query67a.tpl ├── query70a.tpl ├── query77a.tpl ├── query80a.tpl └── query86a.tpl └── tools ├── Cygwin Tools.rules ├── HISTORY ├── How_To_Guide.doc ├── Makefile.osx ├── Makefile.suite ├── PORTING.NOTES ├── QGEN.doc ├── QgenMain.c ├── README ├── README_grammar.txt ├── ReleaseNotes.txt ├── StringBuffer.c ├── StringBuffer.h ├── address.c ├── address.h ├── build_support.c ├── build_support.h ├── calendar.dst ├── checksum.c ├── checksum.vcproj ├── cities.dst ├── column_list.txt ├── config.h ├── constants.h ├── date.c ├── date.h ├── dbgen2.sln ├── dbgen2.vcproj ├── dbgen_version.c ├── dbgen_version.h ├── dcgram.c ├── dcgram.h ├── dcomp.c ├── dcomp.h ├── dcomp_params.h ├── decimal.c ├── decimal.h ├── dist.c ├── dist.h ├── distcomp.vcproj ├── driver.c ├── driver.h ├── english.dst ├── error_msg.c ├── error_msg.h ├── eval.c ├── eval.h ├── expr.c ├── expr.h ├── fips.dst ├── genrand.c ├── genrand.h ├── grammar.c ├── grammar.h ├── grammar.vcproj ├── grammar_support.c ├── grammar_support.h ├── items.dst ├── join.c ├── keywords.c ├── keywords.h ├── list.c ├── list.h ├── load.c ├── load.h ├── mathops.h ├── misc.c ├── misc.h ├── mkheader.c ├── mkheader.vcproj ├── names.dst ├── nulls.c ├── nulls.h ├── parallel.c ├── parallel.h ├── parallel.sh ├── params.h ├── permute.c ├── permute.h ├── porting.c ├── porting.h ├── pricing.c ├── pricing.h ├── print.c ├── print.h ├── qgen.y ├── qgen2.vcproj ├── qgen_params.h ├── query_handler.c ├── query_handler.h ├── r_params.c ├── r_params.h ├── release.c ├── release.h ├── s_brand.c ├── s_brand.h ├── s_call_center.c ├── s_call_center.h ├── s_catalog.c ├── s_catalog.h ├── s_catalog_order.c ├── s_catalog_order.h ├── s_catalog_order_lineitem.c ├── s_catalog_order_lineitem.h ├── s_catalog_page.c ├── s_catalog_page.h ├── s_catalog_promotional_item.c ├── s_catalog_promotional_item.h ├── s_catalog_returns.c ├── s_catalog_returns.h ├── s_category.c ├── s_category.h ├── s_class.c ├── s_class.h ├── s_company.c ├── s_company.h ├── s_customer.c ├── s_customer.h ├── s_customer_address.c ├── s_customer_address.h ├── s_division.c ├── s_division.h ├── s_inventory.c ├── s_inventory.h ├── s_item.c ├── s_item.h ├── s_manager.c ├── s_manager.h ├── s_manufacturer.c ├── s_manufacturer.h ├── s_market.c ├── s_market.h ├── s_pline.c ├── s_pline.h ├── s_product.c ├── s_product.h ├── s_promotion.c ├── s_promotion.h ├── s_purchase.c ├── s_purchase.h ├── s_reason.c ├── s_reason.h ├── s_store.c ├── s_store.h ├── s_store_promotional_item.c ├── s_store_promotional_item.h ├── s_store_returns.c ├── s_store_returns.h ├── s_subcategory.c ├── s_subcategory.h ├── s_subclass.c ├── s_subclass.h ├── s_tdefs.h ├── s_warehouse.c ├── s_warehouse.h ├── s_web_order.c ├── s_web_order.h ├── s_web_order_lineitem.c ├── s_web_order_lineitem.h ├── s_web_page.c ├── s_web_page.h ├── s_web_promotinal_item.c ├── s_web_promotional_item.h ├── s_web_returns.c ├── s_web_returns.h ├── s_web_site.c ├── s_web_site.h ├── s_zip_to_gmt.c ├── s_zip_to_gmt.h ├── scaling.c ├── scaling.dst ├── scaling.h ├── scd.c ├── scd.h ├── source_schema.wam ├── sparse.c ├── sparse.h ├── streets.dst ├── substitution.c ├── substitution.h ├── tdef_functions.c ├── tdef_functions.h ├── tdefs.c ├── tdefs.h ├── template.h ├── text.c ├── tokenizer.l ├── tpcds.dst ├── tpcds.sql ├── tpcds.wam ├── tpcds_20080910.sum ├── tpcds_ri.sql ├── tpcds_source.sql ├── validate.c ├── validate.h ├── w_call_center.c ├── w_call_center.h ├── w_catalog_page.c ├── w_catalog_page.h ├── w_catalog_returns.c ├── w_catalog_returns.h ├── w_catalog_sales.c ├── w_catalog_sales.h ├── w_customer.c ├── w_customer.h ├── w_customer_address.c ├── w_customer_address.h ├── w_customer_demographics.c ├── w_customer_demographics.h ├── w_datetbl.c ├── w_datetbl.h ├── w_household_demographics.c ├── w_household_demographics.h ├── w_income_band.c ├── w_income_band.h ├── w_inventory.c ├── w_inventory.h ├── w_item.c ├── w_item.h ├── w_promotion.c ├── w_promotion.h ├── w_reason.c ├── w_reason.h ├── w_ship_mode.c ├── w_ship_mode.h ├── w_store.c ├── w_store.h ├── w_store_returns.c ├── w_store_returns.h ├── w_store_sales.c ├── w_store_sales.h ├── w_tdefs.h ├── w_timetbl.c ├── w_timetbl.h ├── w_warehouse.c ├── w_warehouse.h ├── w_web_page.c ├── w_web_page.h ├── w_web_returns.c ├── w_web_returns.h ├── w_web_sales.c ├── w_web_sales.h ├── w_web_site.c └── w_web_site.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/.gitignore -------------------------------------------------------------------------------- /answer_sets/1.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/1.ans -------------------------------------------------------------------------------- /answer_sets/10.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/10.ans -------------------------------------------------------------------------------- /answer_sets/11.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/11.ans -------------------------------------------------------------------------------- /answer_sets/12.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/12.ans -------------------------------------------------------------------------------- /answer_sets/13.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/13.ans -------------------------------------------------------------------------------- /answer_sets/14_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/14_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/14_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/14_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/15_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/15_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/15_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/15_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/16.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/16.ans -------------------------------------------------------------------------------- /answer_sets/17.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/17.ans -------------------------------------------------------------------------------- /answer_sets/18_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/18_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/18_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/18_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/19.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/19.ans -------------------------------------------------------------------------------- /answer_sets/2.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/2.ans -------------------------------------------------------------------------------- /answer_sets/20_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/20_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/20_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/20_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/21_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/21_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/21_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/21_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/22_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/22_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/22_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/22_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/23_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/23_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/23_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/23_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/24_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/24_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/24_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/24_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/25.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/25.ans -------------------------------------------------------------------------------- /answer_sets/26.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/26.ans -------------------------------------------------------------------------------- /answer_sets/27_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/27_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/27_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/27_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/28.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/28.ans -------------------------------------------------------------------------------- /answer_sets/29.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/29.ans -------------------------------------------------------------------------------- /answer_sets/3.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/3.ans -------------------------------------------------------------------------------- /answer_sets/30.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/30.ans -------------------------------------------------------------------------------- /answer_sets/31.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/31.ans -------------------------------------------------------------------------------- /answer_sets/32.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/32.ans -------------------------------------------------------------------------------- /answer_sets/33.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/33.ans -------------------------------------------------------------------------------- /answer_sets/34_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/34_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/34_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/34_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/35_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/35_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/35_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/35_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/36_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/36_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/36_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/36_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/37.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/37.ans -------------------------------------------------------------------------------- /answer_sets/38.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/38.ans -------------------------------------------------------------------------------- /answer_sets/39.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/39.ans -------------------------------------------------------------------------------- /answer_sets/4.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/4.ans -------------------------------------------------------------------------------- /answer_sets/40.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/40.ans -------------------------------------------------------------------------------- /answer_sets/41.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/41.ans -------------------------------------------------------------------------------- /answer_sets/42.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/42.ans -------------------------------------------------------------------------------- /answer_sets/43.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/43.ans -------------------------------------------------------------------------------- /answer_sets/44.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/44.ans -------------------------------------------------------------------------------- /answer_sets/45.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/45.ans -------------------------------------------------------------------------------- /answer_sets/46_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/46_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/46_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/46_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/47.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/47.ans -------------------------------------------------------------------------------- /answer_sets/48.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/48.ans -------------------------------------------------------------------------------- /answer_sets/49.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/49.ans -------------------------------------------------------------------------------- /answer_sets/50.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/50.ans -------------------------------------------------------------------------------- /answer_sets/51.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/51.ans -------------------------------------------------------------------------------- /answer_sets/52.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/52.ans -------------------------------------------------------------------------------- /answer_sets/53.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/53.ans -------------------------------------------------------------------------------- /answer_sets/54.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/54.ans -------------------------------------------------------------------------------- /answer_sets/55.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/55.ans -------------------------------------------------------------------------------- /answer_sets/56_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/56_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/56_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/56_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/57.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/57.ans -------------------------------------------------------------------------------- /answer_sets/58.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/58.ans -------------------------------------------------------------------------------- /answer_sets/59.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/59.ans -------------------------------------------------------------------------------- /answer_sets/5_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/5_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/5_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/5_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/6.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/6.ans -------------------------------------------------------------------------------- /answer_sets/60.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/60.ans -------------------------------------------------------------------------------- /answer_sets/61.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/61.ans -------------------------------------------------------------------------------- /answer_sets/62_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/62_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/62_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/62_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/63.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/63.ans -------------------------------------------------------------------------------- /answer_sets/64.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/64.ans -------------------------------------------------------------------------------- /answer_sets/65_NULLS_FIRST.ans: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /answer_sets/65_NULLS_LAST.ans: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /answer_sets/66_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/66_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/66_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/66_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/67_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/67_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/67_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/67_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/68_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/68_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/68_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/68_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/69.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/69.ans -------------------------------------------------------------------------------- /answer_sets/7.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/7.ans -------------------------------------------------------------------------------- /answer_sets/70.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/70.ans -------------------------------------------------------------------------------- /answer_sets/71_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/71_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/71_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/71_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/72.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/72.ans -------------------------------------------------------------------------------- /answer_sets/73.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/73.ans -------------------------------------------------------------------------------- /answer_sets/74.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/74.ans -------------------------------------------------------------------------------- /answer_sets/75.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/75.ans -------------------------------------------------------------------------------- /answer_sets/76_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/76_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/76_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/76_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/77_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/77_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/77_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/77_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/78.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/78.ans -------------------------------------------------------------------------------- /answer_sets/79_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/79_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/79_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/79_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/8.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/8.ans -------------------------------------------------------------------------------- /answer_sets/80_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/80_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/80_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/80_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/81.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/81.ans -------------------------------------------------------------------------------- /answer_sets/82.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/82.ans -------------------------------------------------------------------------------- /answer_sets/83.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/83.ans -------------------------------------------------------------------------------- /answer_sets/84.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/84.ans -------------------------------------------------------------------------------- /answer_sets/85.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/85.ans -------------------------------------------------------------------------------- /answer_sets/86_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/86_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/86_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/86_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/87.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/87.ans -------------------------------------------------------------------------------- /answer_sets/88.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/88.ans -------------------------------------------------------------------------------- /answer_sets/89.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/89.ans -------------------------------------------------------------------------------- /answer_sets/9.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/9.ans -------------------------------------------------------------------------------- /answer_sets/90.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/90.ans -------------------------------------------------------------------------------- /answer_sets/91.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/91.ans -------------------------------------------------------------------------------- /answer_sets/92.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/92.ans -------------------------------------------------------------------------------- /answer_sets/93_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/93_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/93_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/93_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/94.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/94.ans -------------------------------------------------------------------------------- /answer_sets/95.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/95.ans -------------------------------------------------------------------------------- /answer_sets/96.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/96.ans -------------------------------------------------------------------------------- /answer_sets/97.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/97.ans -------------------------------------------------------------------------------- /answer_sets/98_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/98_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/98_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/98_NULLS_LAST.ans -------------------------------------------------------------------------------- /answer_sets/99_NULLS_FIRST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/99_NULLS_FIRST.ans -------------------------------------------------------------------------------- /answer_sets/99_NULLS_LAST.ans: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/answer_sets/99_NULLS_LAST.ans -------------------------------------------------------------------------------- /doc/tpcds_1.1.0.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/doc/tpcds_1.1.0.docx -------------------------------------------------------------------------------- /query_templates/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/README -------------------------------------------------------------------------------- /query_templates/ansi.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/ansi.tpl -------------------------------------------------------------------------------- /query_templates/db2.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/db2.tpl -------------------------------------------------------------------------------- /query_templates/netezza.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/netezza.tpl -------------------------------------------------------------------------------- /query_templates/oracle.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/oracle.tpl -------------------------------------------------------------------------------- /query_templates/query1.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query1.tpl -------------------------------------------------------------------------------- /query_templates/query10.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query10.tpl -------------------------------------------------------------------------------- /query_templates/query11.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query11.tpl -------------------------------------------------------------------------------- /query_templates/query12.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query12.tpl -------------------------------------------------------------------------------- /query_templates/query13.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query13.tpl -------------------------------------------------------------------------------- /query_templates/query14.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query14.tpl -------------------------------------------------------------------------------- /query_templates/query15.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query15.tpl -------------------------------------------------------------------------------- /query_templates/query16.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query16.tpl -------------------------------------------------------------------------------- /query_templates/query17.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query17.tpl -------------------------------------------------------------------------------- /query_templates/query18.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query18.tpl -------------------------------------------------------------------------------- /query_templates/query19.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query19.tpl -------------------------------------------------------------------------------- /query_templates/query2.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query2.tpl -------------------------------------------------------------------------------- /query_templates/query20.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query20.tpl -------------------------------------------------------------------------------- /query_templates/query21.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query21.tpl -------------------------------------------------------------------------------- /query_templates/query22.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query22.tpl -------------------------------------------------------------------------------- /query_templates/query23.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query23.tpl -------------------------------------------------------------------------------- /query_templates/query24.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query24.tpl -------------------------------------------------------------------------------- /query_templates/query25.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query25.tpl -------------------------------------------------------------------------------- /query_templates/query26.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query26.tpl -------------------------------------------------------------------------------- /query_templates/query27.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query27.tpl -------------------------------------------------------------------------------- /query_templates/query28.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query28.tpl -------------------------------------------------------------------------------- /query_templates/query29.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query29.tpl -------------------------------------------------------------------------------- /query_templates/query3.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query3.tpl -------------------------------------------------------------------------------- /query_templates/query30.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query30.tpl -------------------------------------------------------------------------------- /query_templates/query31.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query31.tpl -------------------------------------------------------------------------------- /query_templates/query32.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query32.tpl -------------------------------------------------------------------------------- /query_templates/query33.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query33.tpl -------------------------------------------------------------------------------- /query_templates/query34.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query34.tpl -------------------------------------------------------------------------------- /query_templates/query35.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query35.tpl -------------------------------------------------------------------------------- /query_templates/query36.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query36.tpl -------------------------------------------------------------------------------- /query_templates/query37.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query37.tpl -------------------------------------------------------------------------------- /query_templates/query38.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query38.tpl -------------------------------------------------------------------------------- /query_templates/query39.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query39.tpl -------------------------------------------------------------------------------- /query_templates/query4.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query4.tpl -------------------------------------------------------------------------------- /query_templates/query40.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query40.tpl -------------------------------------------------------------------------------- /query_templates/query41.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query41.tpl -------------------------------------------------------------------------------- /query_templates/query42.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query42.tpl -------------------------------------------------------------------------------- /query_templates/query43.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query43.tpl -------------------------------------------------------------------------------- /query_templates/query44.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query44.tpl -------------------------------------------------------------------------------- /query_templates/query45.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query45.tpl -------------------------------------------------------------------------------- /query_templates/query46.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query46.tpl -------------------------------------------------------------------------------- /query_templates/query47.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query47.tpl -------------------------------------------------------------------------------- /query_templates/query48.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query48.tpl -------------------------------------------------------------------------------- /query_templates/query49.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query49.tpl -------------------------------------------------------------------------------- /query_templates/query5.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query5.tpl -------------------------------------------------------------------------------- /query_templates/query50.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query50.tpl -------------------------------------------------------------------------------- /query_templates/query51.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query51.tpl -------------------------------------------------------------------------------- /query_templates/query52.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query52.tpl -------------------------------------------------------------------------------- /query_templates/query53.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query53.tpl -------------------------------------------------------------------------------- /query_templates/query54.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query54.tpl -------------------------------------------------------------------------------- /query_templates/query55.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query55.tpl -------------------------------------------------------------------------------- /query_templates/query56.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query56.tpl -------------------------------------------------------------------------------- /query_templates/query57.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query57.tpl -------------------------------------------------------------------------------- /query_templates/query58.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query58.tpl -------------------------------------------------------------------------------- /query_templates/query59.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query59.tpl -------------------------------------------------------------------------------- /query_templates/query6.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query6.tpl -------------------------------------------------------------------------------- /query_templates/query60.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query60.tpl -------------------------------------------------------------------------------- /query_templates/query61.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query61.tpl -------------------------------------------------------------------------------- /query_templates/query62.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query62.tpl -------------------------------------------------------------------------------- /query_templates/query63.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query63.tpl -------------------------------------------------------------------------------- /query_templates/query64.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query64.tpl -------------------------------------------------------------------------------- /query_templates/query65.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query65.tpl -------------------------------------------------------------------------------- /query_templates/query66.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query66.tpl -------------------------------------------------------------------------------- /query_templates/query67.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query67.tpl -------------------------------------------------------------------------------- /query_templates/query68.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query68.tpl -------------------------------------------------------------------------------- /query_templates/query69.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query69.tpl -------------------------------------------------------------------------------- /query_templates/query7.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query7.tpl -------------------------------------------------------------------------------- /query_templates/query70.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query70.tpl -------------------------------------------------------------------------------- /query_templates/query71.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query71.tpl -------------------------------------------------------------------------------- /query_templates/query72.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query72.tpl -------------------------------------------------------------------------------- /query_templates/query73.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query73.tpl -------------------------------------------------------------------------------- /query_templates/query74.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query74.tpl -------------------------------------------------------------------------------- /query_templates/query75.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query75.tpl -------------------------------------------------------------------------------- /query_templates/query76.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query76.tpl -------------------------------------------------------------------------------- /query_templates/query77.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query77.tpl -------------------------------------------------------------------------------- /query_templates/query78.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query78.tpl -------------------------------------------------------------------------------- /query_templates/query79.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query79.tpl -------------------------------------------------------------------------------- /query_templates/query8.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query8.tpl -------------------------------------------------------------------------------- /query_templates/query80.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query80.tpl -------------------------------------------------------------------------------- /query_templates/query81.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query81.tpl -------------------------------------------------------------------------------- /query_templates/query82.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query82.tpl -------------------------------------------------------------------------------- /query_templates/query83.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query83.tpl -------------------------------------------------------------------------------- /query_templates/query84.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query84.tpl -------------------------------------------------------------------------------- /query_templates/query85.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query85.tpl -------------------------------------------------------------------------------- /query_templates/query86.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query86.tpl -------------------------------------------------------------------------------- /query_templates/query87.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query87.tpl -------------------------------------------------------------------------------- /query_templates/query88.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query88.tpl -------------------------------------------------------------------------------- /query_templates/query89.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query89.tpl -------------------------------------------------------------------------------- /query_templates/query9.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query9.tpl -------------------------------------------------------------------------------- /query_templates/query90.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query90.tpl -------------------------------------------------------------------------------- /query_templates/query91.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query91.tpl -------------------------------------------------------------------------------- /query_templates/query92.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query92.tpl -------------------------------------------------------------------------------- /query_templates/query93.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query93.tpl -------------------------------------------------------------------------------- /query_templates/query94.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query94.tpl -------------------------------------------------------------------------------- /query_templates/query95.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query95.tpl -------------------------------------------------------------------------------- /query_templates/query96.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query96.tpl -------------------------------------------------------------------------------- /query_templates/query97.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query97.tpl -------------------------------------------------------------------------------- /query_templates/query98.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query98.tpl -------------------------------------------------------------------------------- /query_templates/query99.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/query99.tpl -------------------------------------------------------------------------------- /query_templates/sqlserver.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/sqlserver.tpl -------------------------------------------------------------------------------- /query_templates/templates.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_templates/templates.lst -------------------------------------------------------------------------------- /query_variants/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/README -------------------------------------------------------------------------------- /query_variants/query14a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query14a.tpl -------------------------------------------------------------------------------- /query_variants/query18a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query18a.tpl -------------------------------------------------------------------------------- /query_variants/query22a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query22a.tpl -------------------------------------------------------------------------------- /query_variants/query27a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query27a.tpl -------------------------------------------------------------------------------- /query_variants/query36a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query36a.tpl -------------------------------------------------------------------------------- /query_variants/query51a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query51a.tpl -------------------------------------------------------------------------------- /query_variants/query5a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query5a.tpl -------------------------------------------------------------------------------- /query_variants/query67a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query67a.tpl -------------------------------------------------------------------------------- /query_variants/query70a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query70a.tpl -------------------------------------------------------------------------------- /query_variants/query77a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query77a.tpl -------------------------------------------------------------------------------- /query_variants/query80a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query80a.tpl -------------------------------------------------------------------------------- /query_variants/query86a.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/query_variants/query86a.tpl -------------------------------------------------------------------------------- /tools/Cygwin Tools.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/Cygwin Tools.rules -------------------------------------------------------------------------------- /tools/HISTORY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/HISTORY -------------------------------------------------------------------------------- /tools/How_To_Guide.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/How_To_Guide.doc -------------------------------------------------------------------------------- /tools/Makefile.osx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/Makefile.osx -------------------------------------------------------------------------------- /tools/Makefile.suite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/Makefile.suite -------------------------------------------------------------------------------- /tools/PORTING.NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/PORTING.NOTES -------------------------------------------------------------------------------- /tools/QGEN.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/QGEN.doc -------------------------------------------------------------------------------- /tools/QgenMain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/QgenMain.c -------------------------------------------------------------------------------- /tools/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/README -------------------------------------------------------------------------------- /tools/README_grammar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/README_grammar.txt -------------------------------------------------------------------------------- /tools/ReleaseNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/ReleaseNotes.txt -------------------------------------------------------------------------------- /tools/StringBuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/StringBuffer.c -------------------------------------------------------------------------------- /tools/StringBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/StringBuffer.h -------------------------------------------------------------------------------- /tools/address.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/address.c -------------------------------------------------------------------------------- /tools/address.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/address.h -------------------------------------------------------------------------------- /tools/build_support.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/build_support.c -------------------------------------------------------------------------------- /tools/build_support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/build_support.h -------------------------------------------------------------------------------- /tools/calendar.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/calendar.dst -------------------------------------------------------------------------------- /tools/checksum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/checksum.c -------------------------------------------------------------------------------- /tools/checksum.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/checksum.vcproj -------------------------------------------------------------------------------- /tools/cities.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/cities.dst -------------------------------------------------------------------------------- /tools/column_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/column_list.txt -------------------------------------------------------------------------------- /tools/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/config.h -------------------------------------------------------------------------------- /tools/constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/constants.h -------------------------------------------------------------------------------- /tools/date.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/date.c -------------------------------------------------------------------------------- /tools/date.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/date.h -------------------------------------------------------------------------------- /tools/dbgen2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dbgen2.sln -------------------------------------------------------------------------------- /tools/dbgen2.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dbgen2.vcproj -------------------------------------------------------------------------------- /tools/dbgen_version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dbgen_version.c -------------------------------------------------------------------------------- /tools/dbgen_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dbgen_version.h -------------------------------------------------------------------------------- /tools/dcgram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dcgram.c -------------------------------------------------------------------------------- /tools/dcgram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dcgram.h -------------------------------------------------------------------------------- /tools/dcomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dcomp.c -------------------------------------------------------------------------------- /tools/dcomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dcomp.h -------------------------------------------------------------------------------- /tools/dcomp_params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dcomp_params.h -------------------------------------------------------------------------------- /tools/decimal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/decimal.c -------------------------------------------------------------------------------- /tools/decimal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/decimal.h -------------------------------------------------------------------------------- /tools/dist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dist.c -------------------------------------------------------------------------------- /tools/dist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/dist.h -------------------------------------------------------------------------------- /tools/distcomp.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/distcomp.vcproj -------------------------------------------------------------------------------- /tools/driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/driver.c -------------------------------------------------------------------------------- /tools/driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/driver.h -------------------------------------------------------------------------------- /tools/english.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/english.dst -------------------------------------------------------------------------------- /tools/error_msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/error_msg.c -------------------------------------------------------------------------------- /tools/error_msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/error_msg.h -------------------------------------------------------------------------------- /tools/eval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/eval.c -------------------------------------------------------------------------------- /tools/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/eval.h -------------------------------------------------------------------------------- /tools/expr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/expr.c -------------------------------------------------------------------------------- /tools/expr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/expr.h -------------------------------------------------------------------------------- /tools/fips.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/fips.dst -------------------------------------------------------------------------------- /tools/genrand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/genrand.c -------------------------------------------------------------------------------- /tools/genrand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/genrand.h -------------------------------------------------------------------------------- /tools/grammar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/grammar.c -------------------------------------------------------------------------------- /tools/grammar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/grammar.h -------------------------------------------------------------------------------- /tools/grammar.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/grammar.vcproj -------------------------------------------------------------------------------- /tools/grammar_support.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/grammar_support.c -------------------------------------------------------------------------------- /tools/grammar_support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/grammar_support.h -------------------------------------------------------------------------------- /tools/items.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/items.dst -------------------------------------------------------------------------------- /tools/join.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/join.c -------------------------------------------------------------------------------- /tools/keywords.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/keywords.c -------------------------------------------------------------------------------- /tools/keywords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/keywords.h -------------------------------------------------------------------------------- /tools/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/list.c -------------------------------------------------------------------------------- /tools/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/list.h -------------------------------------------------------------------------------- /tools/load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/load.c -------------------------------------------------------------------------------- /tools/load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/load.h -------------------------------------------------------------------------------- /tools/mathops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/mathops.h -------------------------------------------------------------------------------- /tools/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/misc.c -------------------------------------------------------------------------------- /tools/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/misc.h -------------------------------------------------------------------------------- /tools/mkheader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/mkheader.c -------------------------------------------------------------------------------- /tools/mkheader.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/mkheader.vcproj -------------------------------------------------------------------------------- /tools/names.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/names.dst -------------------------------------------------------------------------------- /tools/nulls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/nulls.c -------------------------------------------------------------------------------- /tools/nulls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/nulls.h -------------------------------------------------------------------------------- /tools/parallel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/parallel.c -------------------------------------------------------------------------------- /tools/parallel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/parallel.h -------------------------------------------------------------------------------- /tools/parallel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/parallel.sh -------------------------------------------------------------------------------- /tools/params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/params.h -------------------------------------------------------------------------------- /tools/permute.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/permute.c -------------------------------------------------------------------------------- /tools/permute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/permute.h -------------------------------------------------------------------------------- /tools/porting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/porting.c -------------------------------------------------------------------------------- /tools/porting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/porting.h -------------------------------------------------------------------------------- /tools/pricing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/pricing.c -------------------------------------------------------------------------------- /tools/pricing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/pricing.h -------------------------------------------------------------------------------- /tools/print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/print.c -------------------------------------------------------------------------------- /tools/print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/print.h -------------------------------------------------------------------------------- /tools/qgen.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/qgen.y -------------------------------------------------------------------------------- /tools/qgen2.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/qgen2.vcproj -------------------------------------------------------------------------------- /tools/qgen_params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/qgen_params.h -------------------------------------------------------------------------------- /tools/query_handler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/query_handler.c -------------------------------------------------------------------------------- /tools/query_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/query_handler.h -------------------------------------------------------------------------------- /tools/r_params.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/r_params.c -------------------------------------------------------------------------------- /tools/r_params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/r_params.h -------------------------------------------------------------------------------- /tools/release.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/release.c -------------------------------------------------------------------------------- /tools/release.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/release.h -------------------------------------------------------------------------------- /tools/s_brand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_brand.c -------------------------------------------------------------------------------- /tools/s_brand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_brand.h -------------------------------------------------------------------------------- /tools/s_call_center.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_call_center.c -------------------------------------------------------------------------------- /tools/s_call_center.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_call_center.h -------------------------------------------------------------------------------- /tools/s_catalog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog.c -------------------------------------------------------------------------------- /tools/s_catalog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog.h -------------------------------------------------------------------------------- /tools/s_catalog_order.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog_order.c -------------------------------------------------------------------------------- /tools/s_catalog_order.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog_order.h -------------------------------------------------------------------------------- /tools/s_catalog_order_lineitem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog_order_lineitem.c -------------------------------------------------------------------------------- /tools/s_catalog_order_lineitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog_order_lineitem.h -------------------------------------------------------------------------------- /tools/s_catalog_page.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog_page.c -------------------------------------------------------------------------------- /tools/s_catalog_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog_page.h -------------------------------------------------------------------------------- /tools/s_catalog_promotional_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog_promotional_item.c -------------------------------------------------------------------------------- /tools/s_catalog_promotional_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog_promotional_item.h -------------------------------------------------------------------------------- /tools/s_catalog_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog_returns.c -------------------------------------------------------------------------------- /tools/s_catalog_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_catalog_returns.h -------------------------------------------------------------------------------- /tools/s_category.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_category.c -------------------------------------------------------------------------------- /tools/s_category.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_category.h -------------------------------------------------------------------------------- /tools/s_class.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_class.c -------------------------------------------------------------------------------- /tools/s_class.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_class.h -------------------------------------------------------------------------------- /tools/s_company.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_company.c -------------------------------------------------------------------------------- /tools/s_company.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_company.h -------------------------------------------------------------------------------- /tools/s_customer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_customer.c -------------------------------------------------------------------------------- /tools/s_customer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_customer.h -------------------------------------------------------------------------------- /tools/s_customer_address.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_customer_address.c -------------------------------------------------------------------------------- /tools/s_customer_address.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_customer_address.h -------------------------------------------------------------------------------- /tools/s_division.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_division.c -------------------------------------------------------------------------------- /tools/s_division.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_division.h -------------------------------------------------------------------------------- /tools/s_inventory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_inventory.c -------------------------------------------------------------------------------- /tools/s_inventory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_inventory.h -------------------------------------------------------------------------------- /tools/s_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_item.c -------------------------------------------------------------------------------- /tools/s_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_item.h -------------------------------------------------------------------------------- /tools/s_manager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_manager.c -------------------------------------------------------------------------------- /tools/s_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_manager.h -------------------------------------------------------------------------------- /tools/s_manufacturer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_manufacturer.c -------------------------------------------------------------------------------- /tools/s_manufacturer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_manufacturer.h -------------------------------------------------------------------------------- /tools/s_market.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_market.c -------------------------------------------------------------------------------- /tools/s_market.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_market.h -------------------------------------------------------------------------------- /tools/s_pline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_pline.c -------------------------------------------------------------------------------- /tools/s_pline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_pline.h -------------------------------------------------------------------------------- /tools/s_product.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_product.c -------------------------------------------------------------------------------- /tools/s_product.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_product.h -------------------------------------------------------------------------------- /tools/s_promotion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_promotion.c -------------------------------------------------------------------------------- /tools/s_promotion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_promotion.h -------------------------------------------------------------------------------- /tools/s_purchase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_purchase.c -------------------------------------------------------------------------------- /tools/s_purchase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_purchase.h -------------------------------------------------------------------------------- /tools/s_reason.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_reason.c -------------------------------------------------------------------------------- /tools/s_reason.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_reason.h -------------------------------------------------------------------------------- /tools/s_store.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_store.c -------------------------------------------------------------------------------- /tools/s_store.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_store.h -------------------------------------------------------------------------------- /tools/s_store_promotional_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_store_promotional_item.c -------------------------------------------------------------------------------- /tools/s_store_promotional_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_store_promotional_item.h -------------------------------------------------------------------------------- /tools/s_store_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_store_returns.c -------------------------------------------------------------------------------- /tools/s_store_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_store_returns.h -------------------------------------------------------------------------------- /tools/s_subcategory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_subcategory.c -------------------------------------------------------------------------------- /tools/s_subcategory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_subcategory.h -------------------------------------------------------------------------------- /tools/s_subclass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_subclass.c -------------------------------------------------------------------------------- /tools/s_subclass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_subclass.h -------------------------------------------------------------------------------- /tools/s_tdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_tdefs.h -------------------------------------------------------------------------------- /tools/s_warehouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_warehouse.c -------------------------------------------------------------------------------- /tools/s_warehouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_warehouse.h -------------------------------------------------------------------------------- /tools/s_web_order.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_order.c -------------------------------------------------------------------------------- /tools/s_web_order.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_order.h -------------------------------------------------------------------------------- /tools/s_web_order_lineitem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_order_lineitem.c -------------------------------------------------------------------------------- /tools/s_web_order_lineitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_order_lineitem.h -------------------------------------------------------------------------------- /tools/s_web_page.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_page.c -------------------------------------------------------------------------------- /tools/s_web_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_page.h -------------------------------------------------------------------------------- /tools/s_web_promotinal_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_promotinal_item.c -------------------------------------------------------------------------------- /tools/s_web_promotional_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_promotional_item.h -------------------------------------------------------------------------------- /tools/s_web_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_returns.c -------------------------------------------------------------------------------- /tools/s_web_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_returns.h -------------------------------------------------------------------------------- /tools/s_web_site.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_site.c -------------------------------------------------------------------------------- /tools/s_web_site.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_web_site.h -------------------------------------------------------------------------------- /tools/s_zip_to_gmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_zip_to_gmt.c -------------------------------------------------------------------------------- /tools/s_zip_to_gmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/s_zip_to_gmt.h -------------------------------------------------------------------------------- /tools/scaling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/scaling.c -------------------------------------------------------------------------------- /tools/scaling.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/scaling.dst -------------------------------------------------------------------------------- /tools/scaling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/scaling.h -------------------------------------------------------------------------------- /tools/scd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/scd.c -------------------------------------------------------------------------------- /tools/scd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/scd.h -------------------------------------------------------------------------------- /tools/source_schema.wam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/source_schema.wam -------------------------------------------------------------------------------- /tools/sparse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/sparse.c -------------------------------------------------------------------------------- /tools/sparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/sparse.h -------------------------------------------------------------------------------- /tools/streets.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/streets.dst -------------------------------------------------------------------------------- /tools/substitution.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/substitution.c -------------------------------------------------------------------------------- /tools/substitution.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/substitution.h -------------------------------------------------------------------------------- /tools/tdef_functions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tdef_functions.c -------------------------------------------------------------------------------- /tools/tdef_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tdef_functions.h -------------------------------------------------------------------------------- /tools/tdefs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tdefs.c -------------------------------------------------------------------------------- /tools/tdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tdefs.h -------------------------------------------------------------------------------- /tools/template.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/template.h -------------------------------------------------------------------------------- /tools/text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/text.c -------------------------------------------------------------------------------- /tools/tokenizer.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tokenizer.l -------------------------------------------------------------------------------- /tools/tpcds.dst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tpcds.dst -------------------------------------------------------------------------------- /tools/tpcds.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tpcds.sql -------------------------------------------------------------------------------- /tools/tpcds.wam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tpcds.wam -------------------------------------------------------------------------------- /tools/tpcds_20080910.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tpcds_20080910.sum -------------------------------------------------------------------------------- /tools/tpcds_ri.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tpcds_ri.sql -------------------------------------------------------------------------------- /tools/tpcds_source.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/tpcds_source.sql -------------------------------------------------------------------------------- /tools/validate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/validate.c -------------------------------------------------------------------------------- /tools/validate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/validate.h -------------------------------------------------------------------------------- /tools/w_call_center.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_call_center.c -------------------------------------------------------------------------------- /tools/w_call_center.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_call_center.h -------------------------------------------------------------------------------- /tools/w_catalog_page.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_catalog_page.c -------------------------------------------------------------------------------- /tools/w_catalog_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_catalog_page.h -------------------------------------------------------------------------------- /tools/w_catalog_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_catalog_returns.c -------------------------------------------------------------------------------- /tools/w_catalog_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_catalog_returns.h -------------------------------------------------------------------------------- /tools/w_catalog_sales.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_catalog_sales.c -------------------------------------------------------------------------------- /tools/w_catalog_sales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_catalog_sales.h -------------------------------------------------------------------------------- /tools/w_customer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_customer.c -------------------------------------------------------------------------------- /tools/w_customer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_customer.h -------------------------------------------------------------------------------- /tools/w_customer_address.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_customer_address.c -------------------------------------------------------------------------------- /tools/w_customer_address.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_customer_address.h -------------------------------------------------------------------------------- /tools/w_customer_demographics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_customer_demographics.c -------------------------------------------------------------------------------- /tools/w_customer_demographics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_customer_demographics.h -------------------------------------------------------------------------------- /tools/w_datetbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_datetbl.c -------------------------------------------------------------------------------- /tools/w_datetbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_datetbl.h -------------------------------------------------------------------------------- /tools/w_household_demographics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_household_demographics.c -------------------------------------------------------------------------------- /tools/w_household_demographics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_household_demographics.h -------------------------------------------------------------------------------- /tools/w_income_band.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_income_band.c -------------------------------------------------------------------------------- /tools/w_income_band.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_income_band.h -------------------------------------------------------------------------------- /tools/w_inventory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_inventory.c -------------------------------------------------------------------------------- /tools/w_inventory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_inventory.h -------------------------------------------------------------------------------- /tools/w_item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_item.c -------------------------------------------------------------------------------- /tools/w_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_item.h -------------------------------------------------------------------------------- /tools/w_promotion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_promotion.c -------------------------------------------------------------------------------- /tools/w_promotion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_promotion.h -------------------------------------------------------------------------------- /tools/w_reason.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_reason.c -------------------------------------------------------------------------------- /tools/w_reason.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_reason.h -------------------------------------------------------------------------------- /tools/w_ship_mode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_ship_mode.c -------------------------------------------------------------------------------- /tools/w_ship_mode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_ship_mode.h -------------------------------------------------------------------------------- /tools/w_store.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_store.c -------------------------------------------------------------------------------- /tools/w_store.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_store.h -------------------------------------------------------------------------------- /tools/w_store_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_store_returns.c -------------------------------------------------------------------------------- /tools/w_store_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_store_returns.h -------------------------------------------------------------------------------- /tools/w_store_sales.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_store_sales.c -------------------------------------------------------------------------------- /tools/w_store_sales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_store_sales.h -------------------------------------------------------------------------------- /tools/w_tdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_tdefs.h -------------------------------------------------------------------------------- /tools/w_timetbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_timetbl.c -------------------------------------------------------------------------------- /tools/w_timetbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_timetbl.h -------------------------------------------------------------------------------- /tools/w_warehouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_warehouse.c -------------------------------------------------------------------------------- /tools/w_warehouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_warehouse.h -------------------------------------------------------------------------------- /tools/w_web_page.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_web_page.c -------------------------------------------------------------------------------- /tools/w_web_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_web_page.h -------------------------------------------------------------------------------- /tools/w_web_returns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_web_returns.c -------------------------------------------------------------------------------- /tools/w_web_returns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_web_returns.h -------------------------------------------------------------------------------- /tools/w_web_sales.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_web_sales.c -------------------------------------------------------------------------------- /tools/w_web_sales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_web_sales.h -------------------------------------------------------------------------------- /tools/w_web_site.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_web_site.c -------------------------------------------------------------------------------- /tools/w_web_site.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/davies/tpcds-kit/HEAD/tools/w_web_site.h --------------------------------------------------------------------------------