greenlion/ssb-dbgenPublic forked fromelectrum/ssb-dbgen Notifications Fork10 Star9 Files master .gitignore BUGS CHANGES HISTORY PORTING.NOTES README.md TPCH_README bcd2.c bcd2.h bm_utils.c build.c config.h dists.dss driver.c dss.ddl ...
master ssb-dbgen/print.c Go to file 1006 lines (892 sloc) 21.7 KB Raw Blame /* @(#)print.c 2.1.8.2 */ /* generate flat files for data load */ #include <stdio.h> #ifndef VMS #include <sys/types.h> #endif#if defined(SUN) #include <unistd.h>...
vadimtk/ssb-dbgenPublic Notifications Fork48 Star97 Code Issues1 Pull requests Actions Projects Security Insights Additional navigation options Files master .gitignore BUGS CHANGES HISTORY PORTING.NOTES README TPCH_README bcd2.c bcd2.h bm_utils.c ...
master ssb-dbgen/build.c Go to file Cannot retrieve contributors at this time 800 lines (664 sloc) 19.7 KB Raw Blame /* @(#)build.c 2.1.8.1 */ /* Sccsid: @(#)build.c 9.1.1.17 11/15/95 12:52:28 */ /* stuff related to the customer table */ #include <stdio.h>...
Star Schema Benchmark dbgen. Contribute to huangzhendong/ssb-dbgen development by creating an account on GitHub.
master ssb-dbgen/driver.c Go to file Cannot retrieve contributors at this time 1145 lines (1046 sloc) 27.9 KB Raw Blame /* @(#)driver.c 2.1.8.4 */ /* main driver for dss banchmark */#define DECLARER /* EXTERN references get defined here */ #define NO_FUNC (int (*) ()) ...