Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
create files and add default ddl
Browse files Browse the repository at this point in the history
  • Loading branch information
mpardesh authored and apavlo committed Jan 24, 2018
1 parent 8d4671f commit c973a9c
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/com/oltpbenchmark/benchmarks/tpcds/TPCDSBenchmark.java
@@ -0,0 +1,4 @@
package com.oltpbenchmark.benchmarks.tpcds;

public class TPCDSBenchmark {
}
4 changes: 4 additions & 0 deletions src/com/oltpbenchmark/benchmarks/tpcds/TPCDSLoader.java
@@ -0,0 +1,4 @@
package com.oltpbenchmark.benchmarks.tpcds;

public class TPCDSLoader {
}
4 changes: 4 additions & 0 deletions src/com/oltpbenchmark/benchmarks/tpcds/TPCDSWorker.java
@@ -0,0 +1,4 @@
package com.oltpbenchmark.benchmarks.tpcds;

public class TPCDSWorker {
}

0 comments on commit c973a9c

Please sign in to comment.