Class AbstractRowGenerator
java.lang.Object
org.gridgain.tpcds.qgen.row.generator.AbstractRowGenerator
- All Implemented Interfaces:
RowGenerator
- Direct Known Subclasses:
CallCenterRowGenerator,CatalogPageRowGenerator,CatalogReturnsRowGenerator,CatalogSalesRowGenerator,CustomerAddressRowGenerator,CustomerDemographicsRowGenerator,CustomerRowGenerator,DateDimRowGenerator,DbgenVersionRowGenerator,HouseholdDemographicsRowGenerator,IncomeBandRowGenerator,InventoryRowGenerator,ItemRowGenerator,PromotionRowGenerator,ReasonRowGenerator,ShipModeRowGenerator,StoreReturnsRowGenerator,StoreRowGenerator,StoreSalesRowGenerator,TimeDimRowGenerator,WarehouseRowGenerator,WebPageRowGenerator,WebReturnsRowGenerator,WebSalesRowGenerator,WebSiteRowGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetRandomNumberStream(GeneratorColumn column) voidskipRowsUntilStartingRowNumber(long startingRowNumber) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gridgain.tpcds.qgen.row.generator.RowGenerator
generateRowAndChildRows
-
Constructor Details
-
AbstractRowGenerator
-
-
Method Details
-
consumeRemainingSeedsForRow
public void consumeRemainingSeedsForRow()- Specified by:
consumeRemainingSeedsForRowin interfaceRowGenerator
-
skipRowsUntilStartingRowNumber
public void skipRowsUntilStartingRowNumber(long startingRowNumber) - Specified by:
skipRowsUntilStartingRowNumberin interfaceRowGenerator
-
getRandomNumberStream
-