includeBreakdown is a parameter of runExperiment.

This commit is contained in:
Yin Huai 2015-04-20 10:03:41 -07:00
parent 6c5657b609
commit fb9939b136

View File

@ -22,8 +22,7 @@ val tpcds =
dataLocation = <the location of data>,
dsdgenDir = <the location of dsdgen in every worker>,
tables = tables.tables,
scaleFactor = <scale factor>,
includeBreakdown = false)
scaleFactor = <scale factor>)
```
After a `TPCDS` object is created, tables of it can be setup by calling