Class WebSalesRowGenerator
java.lang.Object
org.gridgain.tpcds.qgen.row.generator.AbstractRowGenerator
org.gridgain.tpcds.qgen.row.generator.WebSalesRowGenerator
- All Implemented Interfaces:
RowGenerator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateRowAndChildRows(long rowNumber, Session session, RowGenerator parentRowGenerator, RowGenerator childRowGenerator) Methods inherited from class org.gridgain.tpcds.qgen.row.generator.AbstractRowGenerator
consumeRemainingSeedsForRow, getRandomNumberStream, skipRowsUntilStartingRowNumber
-
Field Details
-
GIFT_PERCENTAGE
public static final int GIFT_PERCENTAGE- See Also:
-
RETURN_PERCENTAGE
public static final int RETURN_PERCENTAGE- See Also:
-
-
Constructor Details
-
WebSalesRowGenerator
public WebSalesRowGenerator()
-
-
Method Details
-
generateRowAndChildRows
public RowGeneratorResult generateRowAndChildRows(long rowNumber, Session session, RowGenerator parentRowGenerator, RowGenerator childRowGenerator)
-